From ad6edd4dd2d6e57682ff82ad0ad0bfcde5942d66 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 Signed-off-by: Enming Zhang --- qa/tasks/s3tests.py | 1 + 1 file changed, 1 insertion(+) 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' : {}, -- 2.47.3