The heat.engine.parameter_groups ModuleΒΆ

class heat.engine.parameter_groups.ParameterGroups(tmpl)[source]

Bases: object

The ParameterGroups specified by the stack’s template.

ParameterGroups.validate()[source]

Validate that a parameter belongs to only one Parameter Group and that each parameter name references a valid parameter.

Previous topic

The heat.engine.plugin_manager Module

Next topic

The heat.engine.event Module

This Page