Personal tools
Skip to content. | Skip to navigation
OpenStack API for starting CloudFormation templates on OpenStack
Heat is a service to orchestrate composite cloud applications using a declarative template format through an OpenStack-native REST API. The heat-engine's main responsibility is to orchestrate the launching of templates and provide events back to the API consumer.
Heat is a service to orchestrate composite cloud applications using a declarative template format through an OpenStack-native REST API. The heat-all process bundles together any (or all) of heat-engine, heat-api, and heat-cfn-api into a single process. This can be used to bootstrap a minimal TripleO deployment, but is not the recommended way of running the Heat service in general.
Heat example templates and image building elements