summaryrefslogtreecommitdiffstats
path: root/qa/tasks/ragweed.py
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2018-03-05 16:33:45 +0100
committerCasey Bodley <cbodley@redhat.com>2018-03-09 22:31:33 +0100
commit1908b54996dda8d9dbc594fabc20ff97192c8746 (patch)
treeda88b6defe48522935b64c100ff619a49ddb1af4 /qa/tasks/ragweed.py
parentqa/rgw: swift task conditionally sets auth_ssl (diff)
downloadceph-1908b54996dda8d9dbc594fabc20ff97192c8746.tar.xz
ceph-1908b54996dda8d9dbc594fabc20ff97192c8746.zip
qa/rgw: ragweed task conditionally sets is_secure
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'qa/tasks/ragweed.py')
-rw-r--r--qa/tasks/ragweed.py2
1 files changed, 1 insertions, 1 deletions
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' : {},