[VNFRQTS] Remove R-35413, update R-35414 & R-90279 62/105562/1
authorweinstock, alan <aw2574@att.com>
Wed, 8 Apr 2020 19:04:30 +0000 (19:04 +0000)
committerweinstock, alan <aw2574@att.com>
Wed, 8 Apr 2020 19:04:30 +0000 (19:04 +0000)
Issue-ID: VNFRQTS-873
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: I20a9f7aa2fad248796928838fe743bea60be9e71

docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst

index c8b2f13..8cb92fd 100644 (file)
@@ -89,21 +89,6 @@ contain the section "parameter_groups:".
 parameters
 ~~~~~~~~~~~~~~~~~~~~~~
 
-.. req::
-    :id: R-35413
-    :target: VNF
-    :keyword: MAY
-    :introduced: frankfurt
-
-    A VNF Heat Orchestration's template's base module **MAY** (or **MAY NOT**)
-    contain the section ``parameters:``.
-
-When a VNF is composed of two or more Heat Orchestration Templates (i.e., a
-base module and one or more incremental modules),
-it is valid for the base module to not declare
-any input parameters.
-
-
 .. req::
     :id: R-35414
     :target: VNF
@@ -111,8 +96,9 @@ any input parameters.
     :validation_mode: static
     :updated: frankfurt
 
-    A VNF Heat Orchestration's template's incremental module and volume module
-    **MUST** contain the section ``parameters:``.
+    A VNF Heat Orchestration's template
+    **MUST** contain the section ``parameters:`` with at least one
+    parameter defined.
 
 
 .. code-block:: yaml
@@ -160,7 +146,7 @@ attributes (e.g., type, label) defined as nested elements.
     - in a output parameter (in the outputs section)
 
     with the exception of the parameters for the ``OS::Nova::Server``
-    resource property ``availability_zone``.
+    resource property ``availability_zone`` which is defined in R-98450.
 
 .. req::
     :id: R-91273