From 450ecbe97cfb3f1a6db751a77ff31391092741e8 Mon Sep 17 00:00:00 2001 From: Artem Panchenko Date: Fri, 27 Nov 2015 15:32:02 +0200 Subject: [PATCH] Enable SSL for clouds in system tests SSL is going to be disabled by default for new OpenStack environments, so tests must enable it if 'DISABLE_SSL' is not set to 'True'. Related-bug: #1520495 Change-Id: Ib3a851413c935e1423910fd65ea4f3086a5cd17d --- fuelweb_test/helpers/ssl.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fuelweb_test/helpers/ssl.py b/fuelweb_test/helpers/ssl.py index acd3c2ba4..1153aba3a 100644 --- a/fuelweb_test/helpers/ssl.py +++ b/fuelweb_test/helpers/ssl.py @@ -59,6 +59,10 @@ def change_cluster_ssl_config(attributes, CN): attributes['editable']['public_ssl']['horizon'][ 'value'] = False elif not DISABLE_SSL and is_ssl_available: + attributes['editable']['public_ssl']['services'][ + 'value'] = True + attributes['editable']['public_ssl']['horizon'][ + 'value'] = True attributes['editable']['public_ssl']['hostname'][ 'value'] = CN if USER_OWNED_CERT: