Hide Forgot
Description: When using the rhel-osp-director Beta7 and associated heat templates, I'm finding that I need to have a way to override the show_image_direct_url parameter in glance-api.conf. I can override this as a part of a pre-deployment action, however it gets overridden later on in the deployment in some way, presumably by Puppet. Before Glance specific Puppet setup with my override: [root@overcloud-controller-0 glance]# cat glance-api.conf | grep direct_url show_image_direct_url = true After Glance specific Puppet setup: [root@overcloud-controller-0 glance]# cat glance-api.conf | grep direct_url show_image_direct_url = False I noticed that upstream this variable exists in the controller.yaml file, specifically here: https://github.com/openstack/tripleo-heat-templates/search?utf8=%E2%9C%93&q=show_image_direct_url Would it be possible to have this pulled down into another Beta of OSP8 so that I can set this and be able to override it to True as a part of the deployment? Looking for a clean option here. My environment now: [stack@osp-director-b7 ~]$ rpm -qa | grep tripleo openstack-tripleo-image-elements-0.9.7-2.el7ost.noarch openstack-tripleo-heat-templates-0.8.7-12.el7ost.noarch openstack-tripleo-puppet-elements-0.0.2-1.el7ost.noarch openstack-tripleo-common-0.1.1-1.el7ost.noarch openstack-tripleo-heat-templates-kilo-0.8.7-12.el7ost.noarch python-tripleoclient-0.1.1-2.el7ost.noarch openstack-tripleo-0.0.7-1.el7ost.noarch Bugzilla dependencies (if any): N/A Hardware dependencies (if any): N/A Upstream information Date it will be upstream: N/A Version: RHEL-OSP8 Beta7 External links: Severity (U/H/M/L): M Business Priority: Needed
Backport submitted: https://review.openstack.org/#/c/290358/ In case it doesn't land into Liberty, this could be achieved via ExtraConfig. parameter_defaults: ExtraConfig: glance::api::show_image_direct_url: true
Merged to stable/liberty.
(In reply to Jiri Stransky from comment #4) > Merged to stable/liberty. Thank you!
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10.
Merged to stable/liberty and released.