Remove unecessary back-slashes in CephManilaClientKey caps mon

Within the double-quoted capability string replace back-slashed
double quotes with single quotes.

Change-Id: Iff6e8f52c28a2de826e1582775727df85384b696
Closes-Bug: #1777249
This commit is contained in:
John Fulton 2018-06-16 14:51:47 +00:00
parent b7dcbd8da7
commit 0c7e7454ea
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"