diff options
author | weinstock, alan <aw2574@att.com> | 2019-05-24 14:26:18 +0000 |
---|---|---|
committer | weinstock, alan <aw2574@att.com> | 2019-05-24 14:29:28 +0000 |
commit | 77325bb0bc3ad86b4a509d20bfdc526a5c86c4be (patch) | |
tree | 078759ccd0a9db6becdc732f058cfb0c50ab5654 /docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention | |
parent | 0531bd6bf390d8c23505326c4524496983419654 (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/Heat/ONAP Heat Resource ID and Parameter Naming Convention')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst | 7 |
1 files changed, 4 insertions, 3 deletions
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). |