sdake / heat-jeos

The Heat JEOS tools
Apache License 2.0
6 stars 13 forks source link

cfntools need to be able to use secure transport #40

Open SpamapS opened 11 years ago

SpamapS commented 11 years ago

This was posted to LP as well, as it needs changes both in heat and heat-jeos:

https://bugs.launchpad.net/heat/+bug/1117594

Currently the cfntools in heat-jeos hard code 'is_secure=False' to boto.cloudformation.CloudFormationConnection()

This should be configurable instead by the heat engine using the boto config that is dropped on disk.

hardys commented 11 years ago

Note the heat-engine side if this is posted for review:

https://review.openstack.org/#/c/21509/

When that gets merged, we should be able to simply remove the is_secure=False option from cfn_helper.py/cfn-push-stats, then the config file option should be picked up instead