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:
parent
ab48921795
commit
1dedf30fdd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user