Merge "Update documentation for path based nested attribute access"

This commit is contained in:
Jenkins 2015-04-15 15:12:17 +00:00 committed by Gerrit Code Review
commit 42b1347b3b
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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:
::