The heat.engine.hot.template ModuleΒΆ

class heat.engine.hot.template.HOTemplate(template, template_id=None, files=None)[source]

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]
heat.engine.hot.template.template_mapping()[source]

Previous topic

The heat.engine.hot Module

Next topic

The heat.engine.hot.functions Module

This Page