From: Sage Weil Date: Fri, 8 Nov 2019 17:29:29 +0000 (-0600) Subject: ceph-daemon: 'profile ...' not 'allow profile ...' X-Git-Tag: v15.1.0~977^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=723b93df2577611e1bab197383eb0f183226f610;p=ceph-ci.git ceph-daemon: 'profile ...' not 'allow profile ...' Signed-off-by: Sage Weil --- diff --git a/src/ceph-daemon/ceph-daemon b/src/ceph-daemon/ceph-daemon index 5d5944432ae..18ffd0ae8eb 100755 --- a/src/ceph-daemon/ceph-daemon +++ b/src/ceph-daemon/ceph-daemon @@ -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