Merge "Do not overescape the Manila keyring caps"

This commit is contained in:
Zuul 2018-05-08 13:43:34 +00:00 committed by Gerrit Code Review
commit c7d18a4db3
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ resources:
- {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"