]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat clients : Make boto client select http/https from configfile
authorSteven Hardy <shardy@redhat.com>
Fri, 8 Feb 2013 11:34:58 +0000 (11:34 +0000)
committerSteven Hardy <shardy@redhat.com>
Fri, 8 Feb 2013 11:34:58 +0000 (11:34 +0000)
commitd4999382a5bbf2be2399464f4fd8280d1123b526
tree395dd98771e6d12e67b24c9a279a73e75b6abcb1
parentd83b7911f08c6aae09602978bb41c8c6c4db0044
heat clients : Make boto client select http/https from configfile

Currently we hardcode is_secure=False, but boto supports configuration
of this option from the config file (either ~/.boto or /etc/boto.cfg)
so better to do that

NOTE - you will need to update your boto config to include is_secure=0
to retain current (non https) behavior, since it defaults to on

ref bug 1117594

Change-Id: Ic13e8604f12d3d5be4ec132a1bc04ae7624ec85d
Signed-off-by: Steven Hardy <shardy@redhat.com>
etc/boto.cfg
heat/cfn_client/boto_client.py