The heat.engine.output Module

The heat.engine.output Module

class heat.engine.output.OutputDefinition(name, value, description=None)[source]

Bases: object

A definition of a stack output, independent of any template format.

dep_attrs(resource_name, load_all=False)[source]

Iterate over attributes of a given resource that this references.

Return an iterator over dependent attributes for specified resource_name in the output’s value field.

description()[source]

Return a description of the output.

get_value()[source]

Resolve the value of the output.

render_hot()[source]
required_resource_names()[source]
validate(path='')[source]

Validate the output value without resolving it.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.