Merge "Update CephX client.openstack keyring to use 'profile rbd'"
This commit is contained in:
commit
a3d5dd0fb5
@ -254,14 +254,14 @@ resources:
|
|||||||
key: {get_param: CephClientKey}
|
key: {get_param: CephClientKey}
|
||||||
caps:
|
caps:
|
||||||
mgr: "allow *"
|
mgr: "allow *"
|
||||||
mon: "allow r"
|
mon: "profile rbd"
|
||||||
osd:
|
osd:
|
||||||
str_replace:
|
str_replace:
|
||||||
template: 'allow class-read object_prefix rbd_children, allow rwx pool=CEPH_CLIENT_POOLS'
|
template: 'profile rbd pool=CEPH_CLIENT_POOLS'
|
||||||
params:
|
params:
|
||||||
CEPH_CLIENT_POOLS:
|
CEPH_CLIENT_POOLS:
|
||||||
list_join:
|
list_join:
|
||||||
- ', allow rwx pool='
|
- ', profile rbd pool='
|
||||||
- list_concat_unique:
|
- list_concat_unique:
|
||||||
- - {get_param: CinderRbdPoolName}
|
- - {get_param: CinderRbdPoolName}
|
||||||
- {get_param: CinderBackupRbdPoolName}
|
- {get_param: CinderBackupRbdPoolName}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user