diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-08-13 20:10:29 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-11-05 19:39:09 +0100 |
commit | 9ea7831eaeadced1b5599b6ef1feb01d0cb6dca2 (patch) | |
tree | 0720707f75fdd9b7ec320a52958392585620415a /puppet/hieradata | |
parent | e19ae9dfe03e2868562ef090c455aa9e8c394d9e (diff) |
Allow customization of Ceph client user
Previously we enforced the Ceph user used by the OpenStack clients
to be named 'openstack', this change allows for customization
of such a name.
Change-Id: Idef3e1ed4e8e21b645081869b8d6fad2329bdc60
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/compute.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/hieradata/compute.yaml b/puppet/hieradata/compute.yaml index 659008a5..173020f8 100644 --- a/puppet/hieradata/compute.yaml +++ b/puppet/hieradata/compute.yaml @@ -10,8 +10,6 @@ nova::compute::vnc_enabled: true nova::compute::libvirt::vncserver_listen: '0.0.0.0' nova::compute::libvirt::migration_support: true -nova::compute::rbd::libvirt_rbd_user: 'openstack' -nova::compute::rbd::rbd_keyring: 'client.openstack' nova::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}" ceilometer::agent::auth::auth_tenant_name: 'service' |