]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix syntax description of HOT get_attr function
authorThomas Spatzier <thomas.spatzier@de.ibm.com>
Tue, 13 Aug 2013 13:58:53 +0000 (15:58 +0200)
committerThomas Spatzier <thomas.spatzier@de.ibm.com>
Tue, 13 Aug 2013 13:58:53 +0000 (15:58 +0200)
Fix syntax description of get_attr function in HOT specification.
Colon instead of comma was used in array.

Contributes to blueprint hot-specification

Change-Id: I8007d476093ecd5be41020025b486147a5ac038b

doc/source/template_guide/hot_spec.rst

index 31219c36e74598a1199ac3b32c0d6a1c844c8f58..243243809a9c721f2cc0cef90634961a10a1e928 100644 (file)
@@ -422,7 +422,7 @@ The syntax of the get_attr function is as follows:
 
 ::
 
-  get_attr: [ <resource ID>: <attribute name> ]
+  get_attr: [ <resource ID>, <attribute name> ]
 
 resource ID
     This parameter specifies the resource the attribute of which shall be