diff options
author | weinstock, alan <aw2574@att.com> | 2018-12-12 21:05:42 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2018-12-13 00:22:20 +0000 |
commit | b6ea3830ec8bee69e05507807c8f3ce2a3200924 (patch) | |
tree | 78e400561e089b7b739af3140e11e7ebab058a8f /docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst | |
parent | 63a292758d02b900b6daa49af4775ad507b7c751 (diff) |
[VNFRQTS] Update to Heat Section of Document
Change-Id: Icb429034549d23c3ce8f388ccb9d1dbc5f425386
Issue-ID: VNFRQTS-512
Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst index 45f6ecf..5534a8b 100644 --- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst +++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst @@ -384,13 +384,13 @@ OS::Neutron::Port .. req:: :id: R-27469 :target: VNF - :keyword: MUST - :validation_mode: static - :updated: casablanca + :keyword: SHOULD + :validation_mode: none + :updated: dublin A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port`` - that is creating a *Reserve Port* with an IPv4 address Resource ID **MUST** - use the naming convention + that is creating a *Reserve Port* with an IPv4 address Resource ID + **SHOULD** use the naming convention * ``reserve_port_{vm-type}_{network-role}_floating_ip_{index}`` @@ -405,13 +405,13 @@ OS::Neutron::Port .. req:: :id: R-68520 :target: VNF - :keyword: MUST - :validation_mode: static - :updated: casablanca + :keyword: SHOULD + :validation_mode: none + :updated: dublin A VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port`` - that is creating a *Reserve Port* with an IPv6 address Resource ID **MUST** - use the naming convention + that is creating a *Reserve Port* with an IPv6 address Resource ID + **SHOULD** use the naming convention * ``reserve_port_{vm-type}_{network-role}_floating_v6_ip_{index}`` |