summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst
index 55527c8..d2a7240 100644
--- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst
@@ -204,20 +204,17 @@ the port is attached to.
:validation_mode: static
:updated: dublin
-
When the VNF's Heat Orchestration Template's Resource
``OS::Neutron::Port``
is in an incremental module and
is attaching to an internal network (per the
ONAP definition, see Requirements R-52425 and R-46461),
- and the internal network is created in
- the base module,
the ``network`` parameter name **MUST**
- * follow the naming convention ``int_{network-role}_net_id`` if the Neutron
+ * follow the naming convention ``int_{network-role}_net_id`` if the
network UUID value is used to reference the network
* follow the naming convention ``int_{network-role}_net_name`` if the
- OpenStack network name in is used to reference the network.
+ network name in is used to reference the network.
where ``{network-role}`` is the network-role of the internal network and
a ``get_param`` **MUST** be used as the intrinsic function.
@@ -227,7 +224,8 @@ In Requirement R-86182, the internal network is created in the VNF's
Base Module (Heat Orchestration Template) and the parameter name is
declared in the Base Module's ``outputs`` section.
The output parameter name will be declared as a parameter in the
-``parameters`` section of the incremental module.
+``parameters`` section of the incremental module (See Requirement R-22688).
+
When the VNF's Heat Orchestration Template's resource
``OS::Neutron::Port`` is in the base module and