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

So that 'tell' works out of the box.

Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
John Spray 2015-09-25 16:07:59 +01:00
parent f1ead76f80
commit c7e905e7e2

View File

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