commit | 1f3a20d8dd85b93454b01573ef1d5d20516671eb | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Tue Mar 15 11:50:30 2016 +0100 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Tue May 24 16:26:53 2016 +0000 |
tree | 423eabf516b80b2f3eb45a72441f9dd3940f465b | |
parent | 22b9fec99e5fbd2402e91d89c536e1c59a28beed [diff] |
Heat: wait condition: allow insecure HTTPS url If `heat_wait_condition_server_url` config in heat.conf starts with HTTPS but doesn't have a valid HTTPS certificate, the Tempest test will fail because curl will complain. This patch makes curl happy by allowing self-signed certificate and the like. Change-Id: I64d8f88c229de58572532fd6f0e60082b8a8af9f Closes-Bug: #1512694