summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-12-19 19:33:27 +0000
committerweinstock, alan <aw2574@att.com>2018-12-19 19:33:27 +0000
commit61e4caa4b4a1609af7bd2586f9e09b2a388892e6 (patch)
tree113bc4a4a92f28db1afdff43406efeb2df58728f /docs/Chapter5/Heat
parent5b86be66a9e9bff6d8c7db492da30206e055dac5 (diff)
[VNFRQTS] correct typos in 304011 & 54171
Change-Id: I81ee2bca5352908813f53878bbbf421ad1137987 Issue-ID: VNFRQTS-517 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5/Heat')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst9
1 files changed, 5 insertions, 4 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 26ce470..b7ced81 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
@@ -44,8 +44,7 @@ Requirement R-82481 defines how the ``{vm-type}`` is used.
**MUST** contain the identical ``{vm-type}``
and **MUST** follow the naming conventions defined
- in R-58670, R-45188, R-54171, R-
- , and R-29751. And the ``{index}`` in
+ 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``
@@ -243,8 +242,10 @@ Property: Name
When the VNF's Heat Orchestration Template's Resource ``OS::Nova::Server``
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 **MUST** start at
+
+ * ``{vm-type}_name_{index}``
+
+ where ``{index}`` is a numeric value that **MUST** start at
zero in a VNF's Heat Orchestration Template and **MUST** increment by one.
.. req::