summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-12-03 21:56:16 +0000
committerweinstock, alan <aw2574@att.com>2018-12-03 21:56:16 +0000
commitd3edac07be9b91d67a7fb6c29be5711b680dc838 (patch)
tree1171a68126570663eca65c8b0176ac9a3dea4ffa /docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
parent81f04340b7ac89c5161253bba63ccefaae464daa (diff)
[VNFRQTS] updated heat requirements
Change-Id: Ic2e416a20692a6f426810fb72121daeedf719b36 Issue-ID: VNFRQTS-502 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst20
1 files changed, 2 insertions, 18 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
index f1e2b4e..7f6045a 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
@@ -426,15 +426,7 @@ other VNFs.
VNF's Heat Orchestration Template's Base Module's output parameter's
name and type **MUST** match the VNF's Heat Orchestration Template's
- incremental Module's name and type unless the output parameter is of
- type ``comma_delimited_list``, then the corresponding input parameter
- **MUST** be declared as type ``json``.
-
-If the Output parameter has a comma_delimited_list value (e.g., a collection
-of UUIDs from a Resource Group), then the corresponding input parameter must
-be declared as type ``json`` and not a ``comma_delimited_list``,
-which is actually a string value with embedded commas.
-
+ incremental Module's name and type.
.. req::
:id: R-22608
@@ -480,15 +472,7 @@ template is associated with.
A VNF's Heat Orchestration Templates' Cinder Volume Module Output
Parameter's name and type **MUST** match the input parameter name and type
- in the corresponding Base Module or Incremental Module unless the Output
- Parameter is of the type ``comma_delimited_list``, then the corresponding
- input parameter **MUST** be declared as type ``json``.
-
-If the Output parameter has a comma_delimited_list value (e.g., a collection
-of UUIDs from a Resource Group), then the corresponding input parameter must
-be declared as type json and not a comma_delimited_list, which is actually
-a string value with embedded commas.
-
+ in the corresponding Base Module or Incremental Module.
.. req::
:id: R-20547