From f51a7cae7d77d474680213bc0479a15bd4bc6410 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 8 Jan 2020 10:27:31 -0500 Subject: [PATCH] qa/rgw: remove failing radosgw_admin_rest from multisite suite this was added to test that admin apis forward relevent requests to the master zone, but radosgw_admin_rest.py tries to create an admin user with 'radosgw-admin user create'. this fails with: Please run the command on master zone. Performing this operation on non-master zone leads to inconsistent metadata between zones Are you sure you want to go ahead? (requires --yes-i-really-mean-it) Signed-off-by: Casey Bodley --- qa/suites/rgw/multisite/tasks/test_multi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/suites/rgw/multisite/tasks/test_multi.yaml b/qa/suites/rgw/multisite/tasks/test_multi.yaml index 2796d917e10..3247f241619 100644 --- a/qa/suites/rgw/multisite/tasks/test_multi.yaml +++ b/qa/suites/rgw/multisite/tasks/test_multi.yaml @@ -24,4 +24,3 @@ tasks: - rgw-multisite-tests: config: reconfigure_delay: 60 -- radosgw_admin_rest: [c2.client.0]