Ensure that the admin keyring has mgr capabilities

Change-Id: Icd30d464f3a6c52990c29f595d3e801e23c3c55c
Closes-Bug: #1867795
Depends-On: I5412fa1cd40a27213296532fd160012ec5299b3e
This commit is contained in:
Chris MacNaughton 2020-03-20 10:18:18 +01:00
parent 734f3fcdd5
commit 3f62d00316
1 changed files with 1 additions and 0 deletions

View File

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