commit | 67be52c3682ea4ccb9259abe88ecc57e787e8648 | [log] [tgz] |
---|---|---|
author | Anton Samoylov <asamoylov@mirantis.com> | Fri Jun 07 20:26:44 2019 +0400 |
committer | Anton Samoylov <asamoylov@mirantis.com> | Wed Jul 17 12:22:25 2019 +0000 |
tree | e376f70db043910872ed41f3142b006c13ee6a00 | |
parent | a2efd179fae072f030332b74507b251ad08f08f7 [diff] [blame] |
Add support of ssl for OpenContrail API Change-Id: Ia7a15d32011200060fb80717aea1d5feeaa01516 Related-PROD: PROD-29907
diff --git a/tests/pillar/control40.sls b/tests/pillar/control40.sls index d7d9bb5..51a3b35 100644 --- a/tests/pillar/control40.sls +++ b/tests/pillar/control40.sls
@@ -19,6 +19,7 @@ enabled: true api: host: 127.0.0.1 + use_ssl: False network: engine: neutron host: 127.0.0.1 @@ -169,3 +170,5 @@ password: password token: token tenant: admin + api: + use_ssl: False