summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2019-05-24 14:26:18 +0000
committerweinstock, alan <aw2574@att.com>2019-05-24 14:29:28 +0000
commit77325bb0bc3ad86b4a509d20bfdc526a5c86c4be (patch)
tree078759ccd0a9db6becdc732f058cfb0c50ab5654 /docs/Chapter5
parent0531bd6bf390d8c23505326c4524496983419654 (diff)
[VNFRQTS] updated property info in reqR-304011
Issue-ID: VNFRQTS-648 Signed-off-by: weinstock, alan <aw2574@att.com> Change-Id: I9a9f8e3a91e490bfbddb1497e1c3c0846e91b7a8 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst2
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst7
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
index 6e9ae53..96d0b1b 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
@@ -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
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst
index 826049f..e5c3189 100644
--- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst
@@ -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).