]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: add mgr allow * to client.admin 14864/head
authorhuanwen ren <rhwlyw@163.com>
Fri, 28 Apr 2017 07:40:33 +0000 (15:40 +0800)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2017 07:40:33 +0000 (15:40 +0800)
Signed-off-by: huanwen ren ren.huanwen@zte.com.cn
src/ceph-create-keys

index c7846f85d504bd44b117d40c92d92191f10f8789..65ccd4a212c3419804d2e21e2a715bfa37a7d244 100755 (executable)
@@ -132,6 +132,7 @@ def get_key(cluster, mon_id):
                             'mon', 'allow *',
                             'osd', 'allow *',
                             'mds', 'allow *',
+                            'mgr', 'allow *',
                             ],
                         stdout=f,
                         )