Merge "Do not overescape the Manila keyring caps" into stable/queens

This commit is contained in:
Zuul 2018-05-09 09:29:00 +00:00 committed by Gerrit Code Review
commit 5bd9aca3e7

View File

@ -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"