ceph-daemon: 'profile ...' not 'allow profile ...'

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2019-11-08 11:29:29 -06:00
parent e97259aa6a
commit 723b93df25

View File

@ -899,13 +899,13 @@ def command_bootstrap():
'\tcaps osd = allow *\n'
'[mgr.%s]\n'
'\tkey = %s\n'
'\tcaps mon = allow profile mgr\n'
'\tcaps mon = profile mgr\n'
'\tcaps mds = allow *\n'
'\tcaps osd = allow *\n'
'[client.crash.%s]\n'
'\tkey = %s\n'
'\tcaps mon = allow profile crash\n'
'\tcaps mgr = allow profile crash\n'
'\tcaps mon = profile crash\n'
'\tcaps mgr = profile crash\n'
% (mon_key, admin_key, mgr_id, mgr_key, hostname, crash_key))
# tmp keyring file