Bases: heat.engine.template.Template
A Heat Orchestration Template format stack template.
-
DESCRIPTION = 'description'
-
MAPPINGS = '__undefined__'
-
OUTPUTS = 'outputs'
-
PARAMETERS = 'parameters'
-
PARAMETER_GROUPS = 'parameter_groups'
-
RESOURCES = 'resources'
-
SECTIONS = ('heat_template_version', 'description', 'parameter_groups', 'parameters', 'resources', 'outputs', '__undefined__')
-
SECTIONS_NO_DIRECT_ACCESS = set(['heat_template_version', 'parameters'])
-
VERSION = 'heat_template_version'
-
VERSIONS = ('2013-05-23',)
-
param_schemata()[source]
-
parameters(stack_identifier, user_params)[source]