commit | a883a84a6f482b020797bbba22c05e5d6757987b | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Mon Jun 03 18:05:02 2019 +0300 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Mon Jun 03 18:05:02 2019 +0300 |
tree | bf912daa1bb23be85768e48ddf36b8404796e56c | |
parent | 24ae0b86e75b1787086cec388cd4657001d2348d [diff] [blame] |
Enable stacklight_ssl_enabled by default Change-Id: Ia1d5f7c7e29197d74d943213a41f88d399bbdbd9
diff --git a/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml b/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml index aa79b74..3398614 100644 --- a/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml +++ b/tcp_tests/templates/heat-cicd-queens-dvr-sl/salt-context-cookiecutter.yaml
@@ -377,4 +377,6 @@ minimum_password_age: 0 password_regex: "'^[a-zA-Z0-9~!@#%^&\\*_=+]{32,}$$'" password_regex_description: "Your password could contains capital letters, lowercase letters, digits, symbols '~ ! @ # % ^ & * _ = +' and have a minimum length of 32 characters" - change_password_upon_first_use: False \ No newline at end of file + change_password_upon_first_use: False + + stacklight_ssl_enabled: 'True' \ No newline at end of file