diff options
author | weinstock, alan <aw2574@att.com> | 2019-10-10 15:22:09 +0000 |
---|---|---|
committer | weinstock, alan <aw2574@att.com> | 2019-10-10 15:22:09 +0000 |
commit | 08d13a3388589663e84eb5473f33a127f893ed2a (patch) | |
tree | 1f8a504a8decfdc30be7ffc4f009efcf6d046b9e /docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst | |
parent | 6b50ebcb8a728df109b84d16c50f8fcaf031c6ec (diff) |
[VNFRQTS] Update, Correct Requirement metadata tags
Issue-ID: VNFRQTS-747
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: Ie23c38d55722138b635881880697a22695a47019
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst index e4202d3..4ecc265 100644 --- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst +++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst @@ -13,6 +13,7 @@ As stated above, Heat Orchestration templates must be defined in YAML. :keyword: MUST :validation_mode: static :introduced: casablanca + :target: VNF A VNF's Heat Orchestration Template **MUST** be compliant with the OpenStack Template Guide. @@ -74,6 +75,7 @@ description :id: R-39402 :keyword: MUST :validation_mode: static + :target: VNF A VNF's Heat Orchestration Template **MUST** contain the section ``description:``. @@ -145,6 +147,7 @@ attributes (e.g., type, label) defined as nested elements. :target: VNF :keyword: MAY NOT :updated: casablanca + :validation_mode: none A VNF Heat Orchestration's template's parameter for the ``OS::Nova::Server`` resource property ``availability_zone`` @@ -206,6 +209,7 @@ label :id: R-32094 :target: VNF :keyword: MAY + :validation_mode: none A VNF's Heat Orchestration Template parameter declaration **MAY** contain the attribute ``label:``. @@ -262,6 +266,7 @@ hidden :id: R-32557 :target: VNF :keyword: MAY + :validation_mode: none A VNF's Heat Orchestration Template parameter declaration **MAY** contain the attribute ``hidden:``. @@ -282,7 +287,7 @@ that defines a list of constraints to apply to the parameter. :id: R-88863 :target: VNF :keyword: MAY - :validation_mode: static + :validation_mode: none :updated: dublin A VNF's Heat Orchestration Template's parameter defined |