diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-03-23 14:22:50 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-03-23 13:52:40 +0000 |
commit | ca0bd453d44ee27bdc1f4420fb584b6132d64df6 (patch) | |
tree | 72ca954739f6cd06f0002636dff61d589f70ab95 | |
parent | 1dd6de571c79625ccf5520895b764bb9c2dd75d3 (diff) |
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
-rw-r--r-- | puppet/hieradata/controller.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |