Merge pull request #6083 from jcsp/wip-mds-allow-star

ceph-create-keys: set mds "allow *"

Reviewed-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
Gregory Farnum 2015-09-25 08:40:51 -07:00
commit 9c9514f727

View File

@ -106,7 +106,7 @@ def get_key(cluster, mon_id):
'client.admin',
'mon', 'allow *',
'osd', 'allow *',
'mds', 'allow',
'mds', 'allow *',
],
stdout=f,
)