From: Casey Bodley Date: Tue, 13 Feb 2018 18:42:31 +0000 (-0500) Subject: qa/rgw: s3test task conditionally sets is_secure X-Git-Tag: wip-pdonnell-testing-20180317.202121~57^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aee4924e32692098554c107dbdd9ec2082af651d;p=ceph-ci.git qa/rgw: s3test task conditionally sets is_secure Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/s3tests.py b/qa/tasks/s3tests.py index 2068711c682..b6f4cf33019 100644 --- a/qa/tasks/s3tests.py +++ b/qa/tasks/s3tests.py @@ -367,7 +367,7 @@ def task(ctx, config): 'DEFAULT': { 'port' : endpoint.port, - 'is_secure' : 'no', + 'is_secure' : 'yes' if endpoint.cert else 'no', }, 'fixtures' : {}, 's3 main' : {},