diff --git a/manifests/ceph.pp b/manifests/ceph.pp index 891db7a17..48790815a 100644 --- a/manifests/ceph.pp +++ b/manifests/ceph.pp @@ -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 => {