From: John Spray Date: Mon, 23 Oct 2017 09:37:49 +0000 (-0400) Subject: qa: fix mgr caps X-Git-Tag: v12.2.2~61^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c704b344a4a739e5ba18535a0fd4f05308c89019;p=ceph.git qa: fix mgr caps This was still using Kraken era settings Signed-off-by: John Spray (cherry picked from commit 9988ebed9530718b523a23d729d499dedab5eb6d) --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index a37fec1c0703..088c1d6aacd8 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -43,7 +43,9 @@ def generate_caps(type_): osd='allow *', ), mgr=dict( - mon='allow *', + mon='allow profile mgr', + osd='allow *', + mds='allow *', ), mds=dict( mon='allow *',