Merge "Ensure that the ceph admin keyring always has the mgr permissions"
This commit is contained in:
commit
341b5c5bf4
@ -1113,6 +1113,7 @@ _default_caps = collections.OrderedDict([
|
||||
|
||||
admin_caps = collections.OrderedDict([
|
||||
('mds', ['allow *']),
|
||||
('mgr', ['allow *']),
|
||||
('mon', ['allow *']),
|
||||
('osd', ['allow *'])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user