]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : add option to control instance boto http/https
authorSteven Hardy <shardy@redhat.com>
Fri, 8 Feb 2013 11:39:17 +0000 (11:39 +0000)
committerSteven Hardy <shardy@redhat.com>
Fri, 8 Feb 2013 11:39:17 +0000 (11:39 +0000)
commit5531eee5e4602e9aa5ee2d32df01b9ea3355f2ed
tree26c20ad004f358be1066b89231d4370963c7e8aa
parentd4999382a5bbf2be2399464f4fd8280d1123b526
heat engine : add option to control instance boto http/https

Currently the heat-jeos code defaults to http only, but we are
about to fix that, so we instead need a way to specify if
instances should connect via http or https - boto provides the
is_secure config file option, so add a new heat option which
controls this setting in the boto config we create in userdata

fixes bug 1117594

Change-Id: I0b9201107570334d9846d9613d252da1a91efe8a
Signed-off-by: Steven Hardy <shardy@redhat.com>
etc/heat/heat-engine.conf
heat/common/config.py
heat/engine/resources/instance.py