[VNFRQTS] Update R-68023 & R-50816 52/86752/1
authorweinstock, alan <aw2574@att.com>
Wed, 1 May 2019 23:26:25 +0000 (23:26 +0000)
committerweinstock, alan <aw2574@att.com>
Wed, 1 May 2019 23:26:25 +0000 (23:26 +0000)
Change-Id: I67c14f1eaa3a1532bc3cc3a53b34ff74ce8cb6ba
Issue-ID: VNFRQTS-634
Signed-off-by: weinstock, alan <aw2574@att.com>
docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst

index 31cb896..5e461df 100644 (file)
@@ -244,15 +244,25 @@ The ``vf_module_name`` (e.g., ``<STACK_NAME>`` is specified as
 part of the orchestration process.
 
 .. req::
-    :id: R-68023
+    :id: R-100400
+    :keyword: SHOULD
+    :introduced: 2019-1
     :target: VNF
+
+    A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+    property metadata **SHOULD** contain the key/value pair ``vf_module_name``.
+
+
+.. req::
+    :id: R-68023
     :keyword: MUST
     :validation_mode: static
-    :updated: casablanca
+    :target: VNF
+    :updated: 2019-1
 
     A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
-    property ``metadata`` **SHOULD**
-    contain the key/value pair ``vf_module_name`` and the value **MUST**
+    property ``metadata`` key/value pair ``vf_module_name``
+    value **MUST**
     be obtained via a ``get_param``.
 
 .. req::
@@ -451,16 +461,27 @@ vf_module_index
 
 
 .. req::
-    :id: R-50816
+    :id: R-100410
+    :keyword: MAY
+    :introduced: 2019-1
     :target: VNF
+
+    A VNF's Heat Orchestration Template's ``OS::Nova::Server``
+    resource  property ``metadata`` **MAY**
+    contain the key/value pair ``vf_module_index``.
+
+
+.. req::
+    :id: R-50816
     :keyword: MUST
-    :updated: casablanca
+    :target: VNF
     :validation_mode: static
+    :updated: 2019-1
 
     A VNF's Heat Orchestration Template's ``OS::Nova::Server``
-    resource  property ``metadata`` **MAY**
-    contain the key/value pair ``vf_module_index``
-    and the value **MUST** be obtained via a ``get_param``.
+    resource  property ``metadata``
+    key/value pair ``vf_module_index``
+    value **MUST** be obtained via a ``get_param``.
 
 .. req::
     :id: R-54340