Hide Forgot
Description of problem: While testing RFE https://bugzilla.redhat.com/show_bug.cgi?id=1293435 Cinder support as Glance backend, In /etc/glane/glance-api.conf The following value is "os_region_name=RegionOne" and should to be "os_region_name=regionOne" Version-Release number of selected component (if applicable): openstack-glance-13.0.0-1.el7ost.noarch How reproducible: Steps to Reproduce: 1. grep os_region_name= /etc/glance/glance-api.conf 2. 3. Actual results: os_region_name=RegionOne Expected results: os_region_name=regionOne Additional info:
Isn't this a bug targetting 7.0 (just like https://bugzilla.redhat.com/show_bug.cgi?id=1293435) rather than 10.0? $ git branch | grep ^\* * rhos/rhos-7.0-patches $ git grep "\bos_region_name\b" etc/ etc/glance-api.conf:#os_region_name = <None> etc/glance-cache.conf:#os_region_name = <None> I cannot see where "RegionOne" comes from. How did you install Glance? Through triple-o? Could it be a bug with triple-o?
Also for #c1, the issue was originally reported against OSP7 and the upstream RFE made its way into Newton, so that is why target is OSP10 and we want to land the feature here. Worst case hoping we can find documented work-arounds if needed to allow the feature to work.
Moving to OSP12
Verified on: openstack-tripleo-heat-templates-7.0.0-0.20170721174554.el7ost.noarch python-glance-15.0.0-0.20170720002347.0752f7f.el7ost.noarch python-glance-store-0.21.0-0.20170720000947.599b9b8.el7ost.noarch openstack-glance-15.0.0-0.20170720002347.0752f7f.el7ost.noarch python-glanceclient-2.7.0-0.20170622095732.d67b33b.el7ost.noarch OSP12 containerized deployment ()[glance@controller-0 /etc/glance]$ grep os_region_name= /etc/glance/glance-api.conf os_region_name=regionOne ^ as expected.
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