heat.engine.template_common module

class heat.engine.template_common.CommonTemplate(template, *args, **kwargs)[source]

Bases: heat.engine.template.Template

A class of the common implementation for HOT and CFN templates.

This is not a stable interface, and any third-parties who create derived classes from it do so at their own risk.

conditions(stack)[source]

Return a dictionary of resolved conditions.

outputs(stack)[source]

Return a dictionary of OutputDefinition objects.