diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-09-06 08:59:22 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-09-06 08:59:22 +0000 |
commit | e135d71dc02c50a686774752cbc50fed112fb543 (patch) | |
tree | 79a003cd3c5cc272803d1e4b39bbff9af0e8bee6 | |
parent | 1b7b7e55f94fa0bde7a8834597bfe24b2f20456a (diff) | |
parent | 7bb41c9f910e1fa29df27cb9972ca7bceee650b3 (diff) |
Merge "Escape ceph capabilities for manila client" into stable/pike
-rw-r--r-- | docker/services/ceph-ansible/ceph-base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/services/ceph-ansible/ceph-base.yaml b/docker/services/ceph-ansible/ceph-base.yaml index bf2c86c4..2f2af2d6 100644 --- a/docker/services/ceph-ansible/ceph-base.yaml +++ b/docker/services/ceph-ansible/ceph-base.yaml @@ -241,7 +241,7 @@ outputs: - - client - {get_param: ManilaCephFSNativeCephFSAuthId} key: {get_param: CephManilaClientKey} - 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: "0644" |