From 73da70bac425cda6c280321e1f2b1dcfb24a3311 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 14 Feb 2018 14:03:48 -0500 Subject: [PATCH] qa/rgw: swift task conditionally sets auth_ssl Signed-off-by: Casey Bodley --- qa/tasks/swift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/', }, } -- 2.39.5