diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-08-14 23:14:25 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-08-14 23:16:46 +0000 |
commit | 0ae93a7b981ac41beea848726e3d91a7f006a032 (patch) | |
tree | 1c981a235e470617b6bd60c6592410eecec6fbc0 /docs/Chapter5/Heat.rst | |
parent | 3044f2af6f129ff656ce99a1c8721cfc919adafb (diff) |
VNFRQTS - Fixing Requirement 40971
Fixing the formatting for Requirement 40971.
Change-Id: Iaa4d5e32d2275ccff693d29642324b89f7d3ec7a
Issue-ID: VNFRQTS-290
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/Chapter5/Heat.rst')
-rw-r--r-- | docs/Chapter5/Heat.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/Chapter5/Heat.rst b/docs/Chapter5/Heat.rst index 9456401..915a13e 100644 --- a/docs/Chapter5/Heat.rst +++ b/docs/Chapter5/Heat.rst @@ -4398,18 +4398,18 @@ IPv4 and/or IPv6 addresses. :keyword: MUST When the VNF's Heat Orchestration Template's Resource - 'OS::Neutron::Port' is attaching to an external network, and an IPv4 address is - assigned using the property - 'fixed_ips' map property 'ip_address' and the parameter type is defined + 'OS::Neutron::Port' is attaching to an external network, and an IPv4 + address is assigned using the property 'fixed_ips' map property + 'ip_address' and the parameter type is defined as a string, the parameter name **MUST** follow the naming convention - - '{vm-type}_{network-role}\_ip\_{index}' + - '{vm-type}_{network-role}\_ip\_{index}' -where + where - - '{vm-type}' is the {vm-type} associated with the OS::Nova::Server - - '{network-role}' is the {network-role} of the external network - - the value for {index} must start at zero (0) and increment by one + - '{vm-type}' is the {vm-type} associated with the OS::Nova::Server + - '{network-role}' is the {network-role} of the external network + - the value for {index} must start at zero (0) and increment by one .. req:: :id: R-39841 |