From: Sage Weil Date: Tue, 7 Mar 2017 20:27:45 +0000 (-0500) Subject: gatherkeys: mgr 'allow *' X-Git-Tag: v1.5.38~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72842156f3ebb5b1150edd9ff9ec10ca670e3805;p=ceph-deploy.git gatherkeys: mgr 'allow *' Signed-off-by: Sage Weil --- diff --git a/ceph_deploy/gatherkeys.py b/ceph_deploy/gatherkeys.py index a5ff9c1..046e92b 100644 --- a/ceph_deploy/gatherkeys.py +++ b/ceph_deploy/gatherkeys.py @@ -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'