]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix mgr caps
authorJohn Spray <john.spray@redhat.com>
Mon, 23 Oct 2017 09:37:49 +0000 (05:37 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 12:21:43 +0000 (08:21 -0400)
This was still using Kraken era settings

Signed-off-by: John Spray <john.spray@redhat.com>
qa/tasks/ceph.py

index 648cd8ffc9a7936d417e51b955435dd1d0704cee..75b3b502df4ee1ca9aa9d2be5eb0aa16002787ed 100644 (file)
@@ -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 *',