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: v14.0.1~1017^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22312%2Fhead;p=ceph.git qa: fix for s3tests.functional.test_s3.test_bucket_get_location failed Signed-off-by: Enming Zhang --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index 430a123425f4..ba699665fcf9 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -396,6 +396,7 @@ def task(ctx, config): { 'port' : endpoint.port, 'is_secure' : 'yes' if endpoint.cert else 'no', + 'api_name' : 'default', }, 'fixtures' : {}, 's3 main' : {},