Merge "Remove unecessary back-slashes in CephManilaClientKey caps mon"

This commit is contained in:
Zuul 2018-07-25 03:25:24 +00:00 committed by Gerrit Code Review
commit db72fcd2e4
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ resources:
key: {get_param: CephManilaClientKey}
caps:
mgr: "allow *"
mon: 'allow r, allow command \"auth del\", allow command \"auth caps\", allow command \"auth get\", allow command \"auth get-or-create\"'
mon: "allow r, allow command 'auth del', allow command 'auth caps', allow command 'auth get', allow command 'auth get-or-create'"
mds: "allow *"
osd: "allow rw"
mode: "0600"