commit | e4703300a607d983a282c213ce1de262303a8bd3 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Mon Jul 16 14:05:44 2018 +0000 |
committer | Gerrit Code Review <gerrit2@853267bf53e2> | Mon Jul 16 14:05:44 2018 +0000 |
tree | c0f94be059240867e2d9cbc3df7b1a4566ac7650 | |
parent | 19e158f04936643f420ec9ec99b4dc72c2b4f72e [diff] | |
parent | 8a06faa1f6c827d915bf32d5a6db066b59ee0b69 [diff] |
Merge "Add insecure option to heat's heat client"
diff --git a/classes/cluster/virtual-mcp-pike-dvr-ssl-barbican/openstack/control.yml b/classes/cluster/virtual-mcp-pike-dvr-ssl-barbican/openstack/control.yml index eefbe5c..c9c41a8 100644 --- a/classes/cluster/virtual-mcp-pike-dvr-ssl-barbican/openstack/control.yml +++ b/classes/cluster/virtual-mcp-pike-dvr-ssl-barbican/openstack/control.yml
@@ -265,6 +265,11 @@ port: ${_param:rabbitmq_port} ssl: enabled: ${_param:rabbitmq_ssl_enabled} + # Since we using self signed cert not present in images, we have to + # use insecure option when sending signal to wait condition from instance. + clients: + heat: + insecure: true neutron: server: bind:
diff --git a/classes/cluster/virtual-mcp-pike-dvr-ssl/openstack/control.yml b/classes/cluster/virtual-mcp-pike-dvr-ssl/openstack/control.yml index 26952e4..077e701 100644 --- a/classes/cluster/virtual-mcp-pike-dvr-ssl/openstack/control.yml +++ b/classes/cluster/virtual-mcp-pike-dvr-ssl/openstack/control.yml
@@ -198,6 +198,11 @@ port: ${_param:rabbitmq_port} ssl: enabled: ${_param:rabbitmq_ssl_enabled} + # Since we using self signed cert not present in images, we have to + # use insecure option when sending signal to wait condition from instance. + clients: + heat: + insecure: true neutron: server: bind: