commit | 250e9b36c1efe720016037cd8ce525442ebf0676 | [log] [tgz] |
---|---|---|
author | Adam Tengler <atengler@mirantis.com> | Tue Jun 26 14:39:31 2018 +0000 |
committer | Adam Tengler <atengler@mirantis.com> | Wed Jun 27 13:16:56 2018 +0000 |
tree | 80b1d23645b4a0ea63300a28be1e5b0c70b1b18f | |
parent | b2134ce059d38c9d204157540f5995b20cd7333e [diff] |
Parametrize OPENSTACK_SSL_NO_VERIFY configuration option Issue: PROD-20715 Change-Id: Ic7153af27c549dddbcaec22028f9d843069df8d8
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls index 83c34ca..3e43ab8 100644 --- a/tests/pillar/cluster.sls +++ b/tests/pillar/cluster.sls
@@ -4,6 +4,7 @@ version: liberty secret_key: secret session_timeout: 43200 + ssl_no_verify: false wsgi: processes: 3 threads: 10
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls index 5b8f20b..a364e2e 100644 --- a/tests/pillar/single.sls +++ b/tests/pillar/single.sls
@@ -4,6 +4,7 @@ version: liberty secret_key: secret session_timeout: 43200 + ssl_no_verify: false bind: address: 127.0.0.1 port: 80