]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add config for boto https_validate_certificates
authorClint Byrum <clint@fewbar.com>
Tue, 19 Feb 2013 20:21:07 +0000 (12:21 -0800)
committerClint Byrum <clint@fewbar.com>
Tue, 19 Feb 2013 20:23:40 +0000 (12:23 -0800)
commit14358bb9e1bdeb2a1deb3311cd0232ba41f69685
tree5fb8632820a788023ff4ba16ad96ac2dedbbd7a9
parent80799fa903a6d3166ad1ad3b6d174f3821e0c851
Add config for boto https_validate_certificates

Boto does not, by default, validate https ceritificates on endpoints. We
now provide a way to specify it in the heat configuration along side
is_secure. Heat deployers may also need to turn this off if boto ever
does make it default and they want to use self signed certs.

Fixes bug #1130345

Change-Id: I09b684dd28a8a57c6ce514d1df1e699e7c8b182e
etc/heat/heat-engine.conf
heat/common/config.py
heat/engine/resources/instance.py