heat.engine.resources.template_resource.
TemplateResource
(name, json_snippet, stack)[source]¶Bases: heat.engine.resources.stack_resource.StackResource
A resource implemented by a nested stack.
This implementation passes resource properties as parameters to the nested stack. Outputs of the nested stack are exposed as attributes of this resource.
child_params
()[source]¶Override method of child_params for the resource.
Returns: | parameter values for our nested stack based on our properties |
---|
template_url
¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.