Bug 1321922

Summary: Glance stores parameter values' are going to be deprecated
Product: Red Hat OpenStack Reporter: Yogev Rabl <yrabl>
Component: puppet-tripleoAssignee: RHOS Maint <rhos-maint>
Status: CLOSED ERRATA QA Contact: Mike Abrams <mabrams>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0 (Liberty)CC: emacchi, jcoufal, jjoyce, jschluet, mabrams, mburns, pgrist, rhel-osp-director-maint, slinaber, srevivo, tshefi, tvignaud
Target Milestone: betaKeywords: Triaged
Target Release: 12.0 (Pike)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: puppet-tripleo-7.1.1-0.20170719150224.cb66aeb.el7ost Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-12-13 20:40:44 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:

Description Yogev Rabl 2016-03-29 11:42:48 UTC
Description of problem:
Currently, Glance's stores are been set in the old method, that will be deprecated: 
stores=glance.store.http.Store,glance.store.rbd.Store

The stores parameter should be set with the new parameters, as they are described here: https://github.com/openstack/glance_store/blob/master/setup.cfg#L28-L35 


Version-Release number of selected component (if applicable):
openstack-puppet-modules-7.0.16-1.el7ost.noarch

How reproducible:
100%

Steps to Reproduce:
1. Deploy the overcloud
2. View the configuration of Glance's stores in /etc/glance/glance-api.conf

Actual results:
stores=glance.store.http.Store,glance.store.rbd.Store

Expected results:
stores=file, rbd, swift

Additional info:

Comment 2 Emilien Macchi 2016-03-29 13:50:25 UTC
it should be fixed in THT.

Comment 3 Mike Burns 2016-04-07 21:36:02 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 4 Paul Grist 2016-10-14 01:02:48 UTC
This looks like a good one to fix, but not high enough priority for OSP10.

Comment 6 Paul Grist 2017-03-23 14:19:08 UTC
Moving this to OSP12, not critical enough to fix late in OSP11

Comment 10 Tzach Shefi 2017-08-08 08:59:26 UTC
Verified on:

puppet-tripleo-7.1.1-0.20170720045424.d47c6ae.el7ost.noarch

()[glance@controller-0 /]$ grep stores /etc/glance/glance-api.conf 
# of a tenant across all stores. This is a per-tenant limit.
# List of enabled Glance stores.
# as a comma separated list. The default stores enabled for
#stores = file,http
stores=http,swift   -> as expected.

Comment 13 errata-xmlrpc 2017-12-13 20:40:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2017:3462