Bases: object
Abstract base class for template functions.
Return the attributes of the specified resource that are referenced.
Return an iterator over any attributes of the specified resource that this function references.
Bases: heat.engine.function.Function
A function for checking condition functions and to force failures.
This function is used to force failures for functions that are not supported in condition definition.
Bases: heat.engine.function.Function
Abstract base class for template macros.
A macro differs from a function in that it controls how the template is parsed. As such, it operates on the syntax tree itself, not on the parsed output.
Return the attributes of the specified resource that are referenced.
Return an iterator over any attributes of the specified resource that this function references.
Iterator over dependent attrs of a resource in a template snippet.
The snippet should be already parsed to insert Function objects where appropriate.
Returns: | an iterator over the attributes of the specified resource that |
---|
are referenced in the template snippet.