From 9988ebed9530718b523a23d729d499dedab5eb6d Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 23 Oct 2017 05:37:49 -0400 Subject: [PATCH] qa: fix mgr caps This was still using Kraken era settings Signed-off-by: John Spray --- qa/tasks/ceph.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 648cd8ffc9a79..75b3b502df4ee 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 *', -- 2.39.5