]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
gatherkeys: mgr 'allow *' 433/head
authorSage Weil <sage@redhat.com>
Tue, 7 Mar 2017 20:27:45 +0000 (15:27 -0500)
committerSage Weil <sage@redhat.com>
Tue, 7 Mar 2017 20:27:45 +0000 (15:27 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
ceph_deploy/gatherkeys.py

index a5ff9c1670a17fb9440313acde9a37f2cdaffade..046e92b8c026a7acee1969de10780ec3dd0d27d7 100644 (file)
@@ -77,7 +77,8 @@ def keytype_capabilities(keytype):
         'admin' : [
             'osd', 'allow *',
             'mds', 'allow *',
-            'mon', 'allow *'
+            'mon', 'allow *',
+            'mgr', 'allow *'
             ],
         'mds' : [
             'mon', 'allow profile bootstrap-mds'