[VNFRQTS] updated property info in reqR-304011 73/88473/1
authorweinstock, alan <aw2574@att.com>
Fri, 24 May 2019 14:26:18 +0000 (14:26 +0000)
committerweinstock, alan <aw2574@att.com>
Fri, 24 May 2019 14:29:28 +0000 (14:29 +0000)
Issue-ID: VNFRQTS-648
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: I9a9f8e3a91e490bfbddb1497e1c3c0846e91b7a8
Signed-off-by: weinstock, alan <aw2574@att.com>
docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst

index 6e9ae53..96d0b1b 100644 (file)
@@ -565,7 +565,7 @@ be provided in place, or via a function
     :target: VNF
     :keyword: MUST NOT
     :validation_mode: static
-    :updated: El Alto
+    :updated: dublin
 
     A VNF's Heat Orchestration Template resource attribute ``property:``
     **MUST NOT** use more than two levels of nested ``get_param`` intrinsic
index 826049f..e5c3189 100644 (file)
@@ -38,15 +38,16 @@ Requirement R-01455 defines how the ``{vm-type]`` is defined.
     * property ``image`` parameter name (defined in R-58670)
     * property ``flavor`` parameter name (defined in R-45188)
     * property ``name`` parameter name (defined in R-54171 & R-87817)
-    * property port referenced OS::Neutron::Port Resource ID
-      (defined in R-20453)
+    * property ``networks`` map property ``port`` value which is a
+      ``OS::Neutron::Port`` Resource ID (defined in R-20453)
+      referenced using the intrinsic function ``get_attr``
 
     **MUST** contain the identical ``{vm-type}``
     and **MUST** follow the naming conventions defined
     in R-58670, R-45188, R-54171, R-87817, and R-29751.  And the ``{index}`` in
     the ``OS::Nova::Server`` Resource ID (defined in R-29751) **MUST** match
     the ``{vm-type_index}`` defined in
-    the ``OS::Nova::Server`` property ``port``
+    the ``OS::Nova::Server`` property ``networks`` map property ``port``
     referenced ``OS::Neutron::Port`` Resource ID (defined in R-20453).