From: Casey Bodley Date: Mon, 5 Mar 2018 15:33:45 +0000 (-0500) Subject: qa/rgw: ragweed task conditionally sets is_secure X-Git-Tag: v13.0.2~14^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1908b54996dda8d9dbc594fabc20ff97192c8746;p=ceph-ci.git qa/rgw: ragweed task conditionally sets is_secure Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/ragweed.py b/qa/tasks/ragweed.py index 2080ccbd9ac..ef99098907c 100644 --- a/qa/tasks/ragweed.py +++ b/qa/tasks/ragweed.py @@ -340,7 +340,7 @@ def task(ctx, config): 'rgw': { 'port' : endpoint.port, - 'is_secure' : 'no', + 'is_secure' : 'yes' if endpoint.cert else 'no', }, 'fixtures' : {}, 'user system' : {},