Bug 972569

Summary: OpenStack Installer: Packstack could set the list of known_stores based on what it knows it is configuring
Product: Red Hat OpenStack Reporter: Nir Magnezi <nmagnezi>
Component: openstack-packstackAssignee: Flavio Percoco <fpercoco>
Status: CLOSED CURRENTRELEASE QA Contact: Nir Magnezi <nmagnezi>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.0CC: ajeain, aortega, derekh, jkt
Target Milestone: ---   
Target Release: 4.0   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 988803 (view as bug list) Environment:
Last Closed: 2013-10-28 08:48:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 988803, 990515    

Description Nir Magnezi 2013-06-10 06:05:33 UTC
Description of problem:
=======================
Post installation, Glance indicates the following ERROR:
ERROR glance.store.swift [-] Could not find swift_store_auth_address in configuration options.

To avoid that, Packstack could set the list of known_stores based on what it knows it is configuring.


Version-Release number of selected component (if applicable):
=============================================================
openstack-packstack-2013.1.1-0.13.dev621.el6ost.noarch

How reproducible:
=================
2/2

Steps to Reproduce:
===================
1. Install openstack via packstack.
2. Check Glance API Log

Actual results:
===============

2013-05-26 13:14:51.895 8089 WARNING glance.store.base [-] Failed to configure store correctly: Store s3 could not be configured correctly. Reason: Could not find s3_store_host in configuration options. Disabling add method.
2013-05-26 13:14:51.907 8089 ERROR glance.store.swift [-] Could not find swift_store_auth_address in configuration options.
2013-05-26 13:14:51.907 8089 WARNING glance.store.base [-] Failed to configure store correctly: Store swift could not be configured correctly. Reason: Could not find swift_store_auth_address in configuration options. Disabling add method

Expected results:
=================
No error / warning should be expected.

Comment 3 Flavio Percoco 2013-10-28 08:48:21 UTC
Nir and I just double checked this issue and it's fixed now!