diff --git a/docker/services/ceph-ansible/ceph-base.yaml b/docker/services/ceph-ansible/ceph-base.yaml index f52d9508b2..e0fa64cc23 100644 --- a/docker/services/ceph-ansible/ceph-base.yaml +++ b/docker/services/ceph-ansible/ceph-base.yaml @@ -292,7 +292,7 @@ outputs: - {get_param: ManilaCephFSNativeCephFSAuthId} key: {get_param: CephManilaClientKey} mgr_cap: "allow *" - mon_cap: 'allow r, allow command \\\"auth del\\\", allow command \\\"auth caps\\\", allow command \\\"auth get\\\", allow command \\\"auth get-or-create\\\"' + mon_cap: 'allow r, allow command \"auth del\", allow command \"auth caps\", allow command \"auth get\", allow command \"auth get-or-create\"' mds_cap: "allow *" osd_cap: "allow rw" mode: "0600"