summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-12-12 21:05:42 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2018-12-13 00:22:20 +0000
commitb6ea3830ec8bee69e05507807c8f3ce2a3200924 (patch)
tree78e400561e089b7b739af3140e11e7ebab058a8f /docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
parent63a292758d02b900b6daa49af4775ad507b7c751 (diff)
[VNFRQTS] Update to Heat Section of Document
Change-Id: Icb429034549d23c3ce8f388ccb9d1dbc5f425386 Issue-ID: VNFRQTS-512 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
index a97827c..d9b70f0 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
@@ -566,12 +566,21 @@ be provided in place, or via a function
:target: VNF
:keyword: MUST
:validation_mode: static
- :updated: casablanca
+ :updated: dublin
If a VNF's Heat Orchestration Template resource attribute
``property:`` uses a nested ``get_param``, the nested
``get_param`` **MUST** reference an index.
+ That is, to obtain a property value, two ``get_param`` intrinsic
+ functions are used. The second ``get_param`` must be used
+ to obtain an index value used to reference a parameter value in
+ a parameter defined as ``type: comma_delimited_list``. For
+ example:
+
+ * ``name: {get_param: [ name, get_param: index ] }``
+
+
metadata
++++++++++