summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-12-05 20:45:15 +0000
committerweinstock, alan <aw2574@att.com>2018-12-05 20:45:15 +0000
commit5145ddc254434a5d2c6e62773aa2ed8b4e5b3041 (patch)
tree87f1c1503a48d57837242810c6f00af2bc909468 /docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst
parent04b16e7b377d47e5618b0f4abae58fe2b79b06e7 (diff)
[VNFRQTS] updates to Chapter 5 Heat Section
Change-Id: I6b4d13b510fccfa54ffeb0d65b2b3c226bc3acaf Issue-ID: VNFRQTS-509 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst15
1 files changed, 9 insertions, 6 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 f861615..c84e32b 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
@@ -243,8 +243,8 @@ Property: Name
property ``name`` parameter is defined as a ``string``,
the parameter name **MUST** follow the naming convention
``{vm-type}_name_{index}``, where ``{index}`` is a numeric
- value that starts at
- zero and increments by one.
+ value that **MUST** start at
+ zero in a VNF Orchestration Template and increments by one.
.. req::
:id: R-87817
@@ -376,10 +376,13 @@ Property: availability_zone
:updated: casablanca
The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``
- property
- ``availability_zone`` parameter name **MUST** follow the naming convention
- ``availability_zone_{index}`` where the ``{index}``
- **MUST** start at zero and
+ property ``availability_zone`` parameter name
+ **MUST** follow the naming convention
+
+ * ``availability_zone_{index}``
+
+ where ``{index}`` is a numeric value that **MUST** start at zero
+ in a VNF's Heat Orchestration Templates and **MUST**
increment by one.
.. req::