Merge "Change ceph caps to profile rbd"
This commit is contained in:
commit
1c18fdd72a
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user