Do not overescape the Manila keyring caps

Recent changes [1] [2] in ceph-ansible break old way of escaping
quotes in the Manila keyring caps.

1. 82ccbdafbc
2. 424815501a

Change-Id: I7ff5df0e602aff000c9a4213231b7abc68871fc4
Closes-Bug: 1769436
This commit is contained in:
Giulio Fidente 2018-05-06 11:14:52 +02:00
parent ab48921795
commit 1dedf30fdd
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"