summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-12-18 15:31:30 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2018-12-18 15:46:30 +0000
commit44429ec0842517a7622a0c8a473a975a414bd2bc (patch)
treeff9901ba5c94e9de6dd2ad335ac16713ca11142c /docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
parentacfcfeb9a33b968950629f1d6792a186f4413eee (diff)
[VNFRQTS] updated 6 req in the heat section
Change-Id: If170a116c8a974f0112f499c9fce8f31cf135cc1 Issue-ID: VNFRQTS-515 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
index d9b70f0..745edc2 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
@@ -278,14 +278,13 @@ that defines a list of constraints to apply to the parameter.
.. req::
:id: R-88863
:target: VNF
- :keyword: MUST
+ :keyword: MAY
:validation_mode: static
:updated: casablanca
A VNF's Heat Orchestration Template's parameter defined
in a non-nested YAML file as type
- ``number`` **MUST** have a parameter constraint of ``range`` or
- ``allowed_values`` defined.
+ ``number`` **MAY** have a parameter constraint defined.
.. req::
:id: R-40518
@@ -330,13 +329,13 @@ that defines a list of constraints to apply to the parameter.
.. req::
:id: R-00011
:target: VNF
- :keyword: MUST NOT
+ :keyword: SHOULD NOT
:validation_mode: static
:updated: casablanca
A VNF's Heat Orchestration Template's parameter defined
in a nested YAML file
- **MUST NOT** have a parameter constraint defined.
+ **SHOULD NOT** have a parameter constraint defined.
The constraints block of a parameter definition defines additional
validation constraints that apply to the value of the parameter.