ae5647f8d50f9b220c959cc36ab5647180d77a37
"HeatTemplateFormatVersion" as default while a template missing version section now in heat. But then the server can't parse the template in right way, not translate hot format to cfn. Some errors raised such as: Error : At least one Resources member must be defined. but "resources" section has one resource. Error: The Parameter (image_id) was not defined in template. but "image_id" was defined in "parameter" section. So if we cannot determine the template version, we should raise an exception. This patch will check whether version section is in template, if not we should raise exception. Change-Id: Idc2ba2b9ae099d4509dfd81914aa9bb8bd3bfefb Closes-Bug: #1267735
HEAT
Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API.
Why heat? It makes the clouds rise and keeps them there.
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone git@github.com:openstack/heat.git
- Wiki: http://wiki.openstack.org/Heat
- Developer docs: http://docs.openstack.org/developer/heat
Python client
https://github.com/openstack/python-heatclient
References
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/create-stack.html
- http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
- http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca
We have integration with
Description
Languages
Python
99.5%
Shell
0.5%