From ca0bd453d44ee27bdc1f4420fb584b6132d64df6 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 23 Mar 2016 14:22:50 +0100 Subject: Remove the glance/rbd user name from static hieradata The static setting for the glance/rbd user name was overriding any customization provided via template param because it was up in the hierarchy for the controller nodes. More at: https://bugzilla.redhat.com/show_bug.cgi?id=1308889 Change-Id: I3d112de7eeffd524fb1308d5976a28f04aa5ff23 --- puppet/hieradata/controller.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet') diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 288d224f..6d1d3b61 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -80,7 +80,6 @@ glance::api::pipeline: 'keystone' glance::api::show_image_direct_url: true glance::registry::pipeline: 'keystone' glance::backend::swift::swift_store_create_container_on_put: true -glance::backend::rbd::rbd_store_user: 'openstack' glance_file_pcmk_directory: '/var/lib/glance/images' # neutron -- cgit 1.2.3-korg