From: Enming Zhang Date: Sat, 23 Jun 2018 09:09:54 +0000 (+0800) Subject: qa: fix for s3tests.functional.test_s3.test_bucket_get_location failed X-Git-Tag: v12.2.13~119^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2abc77d8cc851658c796ea7c6b316dbafa8863b3;p=ceph.git 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 --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index b66bcca8e092..b73cedc0d37c 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' : {},