[VNFRQTS] Update Requirement: R-610030 28/110428/1
authorweinstock, alan <aw2574@att.com>
Tue, 21 Jul 2020 20:08:05 +0000 (16:08 -0400)
committerweinstock, alan <aw2574@att.com>
Tue, 21 Jul 2020 20:25:19 +0000 (16:25 -0400)
Issue-ID: VNFRQTS-909
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: I6e82de376369a37b2171840535f38a968222834e

docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst

index 1477139..c1b615e 100644 (file)
@@ -108,14 +108,24 @@ A VNF module (base, incremental, cinder) **MAY** support nested templates.
     :id: R-610030
     :target: VNF
     :keyword: MUST
-    :introduced: el alto
+    :introduced: guilin
     :validation_mode: static
 
     A VNF's Heat Orchestration Template's Incremental Module **MUST**
-    declare one or more ``OS::Nova::Server`` resources.  A ``OS::Nova::Server``
+    declare
+
+    - one or more ``OS::Nova::Server`` resources OR
+    - one or more ``OS::Cinder::Volume`` resources.
+
+    An ``OS::Nova::Server``
     **MAY** be created in the incremental module or a nested yaml file invoked
     by the incremental module.
 
+    An ``OS::Cinder::Volume``
+    **MAY** be created in the incremental module or a nested yaml file invoked
+    by the incremental module.
+
+
 .. req::
     :id: R-610040
     :target: VNF