Merge "Ensure that the ceph admin keyring always has the mgr permissions"

This commit is contained in:
Zuul 2020-03-26 09:59:55 +00:00 committed by Gerrit Code Review
commit 341b5c5bf4
1 changed files with 1 additions and 0 deletions

View File

@ -1113,6 +1113,7 @@ _default_caps = collections.OrderedDict([
admin_caps = collections.OrderedDict([
('mds', ['allow *']),
('mgr', ['allow *']),
('mon', ['allow *']),
('osd', ['allow *'])
])