Merge "Change ceph caps to profile rbd"

This commit is contained in:
Zuul 2018-07-03 19:31:32 +00:00 committed by Gerrit Code Review
commit 1c18fdd72a

View File

@ -52,8 +52,8 @@ class openstack_integration::ceph (
'client.openstack' => {
'secret' => 'AQD7kyJQQGoOBhAAqrPAqSopSwPrrfMMomzVdw==',
'mode' => '0644',
'cap_mon' => 'allow r',
'cap_osd' => 'allow class-read object_prefix rbd_children, allow rwx pool=cinder, allow rwx pool=nova, allow rwx pool=glance, allow rwx pool=gnocchi',
'cap_mon' => 'profile rbd',
'cap_osd' => 'profile rbd pool=cinder, profile rbd pool=nova, profile rbd pool=glance, profile rbd pool=gnocchi',
},
},
osds => {