From: John Spray Date: Mon, 23 Oct 2017 09:37:49 +0000 (-0400) Subject: qa: fix mgr caps X-Git-Tag: v13.0.1~332^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9988ebed9530718b523a23d729d499dedab5eb6d;p=ceph.git qa: fix mgr caps This was still using Kraken era settings Signed-off-by: John Spray --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 648cd8ffc9a7..75b3b502df4e 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -44,7 +44,9 @@ def generate_caps(type_): osd='allow *', ), mgr=dict( - mon='allow *', + mon='allow profile mgr', + osd='allow *', + mds='allow *', ), mds=dict( mon='allow *',