Bases: CommonTemplate
A Heat Orchestration Template format stack template.
Add an output to the template.
The output is passed as a OutputDefinition object.
Add a resource to the template.
The resource is passed as a ResourceDefinition object. If no name is specified, the name from the ResourceDefinition should be used.
Get the name of a field within a resource or output definition.
Return the name of the given field (specified by the constants given in heat.engine.rsrc_defn and heat.engine.output) in the template format. This is used in error reporting to help users find the location of errors in the template.
Note that ‘section’ here does not refer to a top-level section of the template (like parameters, resources, &c.) as it does everywhere else.
alias of HOTParamSchema
Return a dict of parameters.Schema objects for the parameters.
Bases: HOTemplate20130523
Bases: HOTemplate20141016
Bases: HOTemplate20150430
Bases: HOTemplate20151015
Bases: HOTemplate20160408
Bases: HOTemplate20161014
alias of HOTParamSchema20170224
Bases: HOTemplate20170224
Bases: HOTemplate20170901
alias of HOTParamSchema20180302
Bases: HOTemplate20180302
Bases: HOTemplate20180831
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.