Merge "Update documentation for path based nested attribute access"
This commit is contained in:
commit
42b1347b3b
@ -138,8 +138,9 @@ To create the stack run:
|
||||
|
||||
Get access to nested attributes
|
||||
===============================
|
||||
There are implicit attributes of a template resource. These are
|
||||
accessible as follows:
|
||||
There are implicit attributes of a template resource. Accessing
|
||||
nested attributes require heat_template_version '2014-10-16' or
|
||||
higher and can be accessed as follows:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -630,7 +630,9 @@ get_attr
|
||||
--------
|
||||
The *get_attr* function allows referencing an attribute of a resource. At
|
||||
runtime, it will be resolved to the value of an attribute of a resource instance
|
||||
created from the respective resource definition of the template.
|
||||
created from the respective resource definition of the template. Path based
|
||||
attribute refrencing using keys or indexes requires heat_template_version
|
||||
'2014-10-16'or higher.
|
||||
The syntax of the get_attr function is as follows:
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user