Resync charms.ceph
Pickup changes for cephx key permissions for rbd-mirror charm. Change-Id: I01a878f7bbf244d1db79991382a18dc23176d9b6 Closes-Bug: 1879749
This commit is contained in:
@@ -1167,7 +1167,10 @@ osd_upgrade_caps = collections.OrderedDict([
|
|||||||
])
|
])
|
||||||
|
|
||||||
rbd_mirror_caps = collections.OrderedDict([
|
rbd_mirror_caps = collections.OrderedDict([
|
||||||
('mon', ['profile rbd; allow r']),
|
('mon', ['allow profile rbd-mirror-peer',
|
||||||
|
'allow command "service dump"',
|
||||||
|
'allow command "service status"'
|
||||||
|
]),
|
||||||
('osd', ['profile rbd']),
|
('osd', ['profile rbd']),
|
||||||
('mgr', ['allow r']),
|
('mgr', ['allow r']),
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user