From: Casey Bodley Date: Wed, 14 Feb 2018 19:03:48 +0000 (-0500) Subject: qa/rgw: swift task conditionally sets auth_ssl X-Git-Tag: v13.0.2~14^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=73da70bac425cda6c280321e1f2b1dcfb24a3311;p=ceph.git qa/rgw: swift task conditionally sets auth_ssl Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/swift.py b/qa/tasks/swift.py index 81d686b0f0b..59804b15184 100644 --- a/qa/tasks/swift.py +++ b/qa/tasks/swift.py @@ -245,7 +245,7 @@ def task(ctx, config): 'func_test': { 'auth_port' : endpoint.port, - 'auth_ssl' : 'no', + 'auth_ssl' : 'yes' if endpoint.cert else 'no', 'auth_prefix' : '/auth/', }, }