From 2abc77d8cc851658c796ea7c6b316dbafa8863b3 Mon Sep 17 00:00:00 2001 From: Enming Zhang Date: Sat, 23 Jun 2018 17:09:54 +0800 Subject: [PATCH] qa: fix for s3tests.functional.test_s3.test_bucket_get_location failed Fixes: https://tracker.ceph.com/issues/41401 Signed-off-by: Enming Zhang (cherry picked from commit ad6edd4dd2d6e57682ff82ad0ad0bfcde5942d66) Signed-off-by: Matt Benjamin --- qa/tasks/s3tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index b66bcca8e0926..b73cedc0d37c8 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -362,6 +362,7 @@ def task(ctx, config): { 'port' : 7280, 'is_secure' : 'no', + 'api_name' : 'default', }, 'fixtures' : {}, 's3 main' : {}, -- 2.39.5