diff options
author | 2020-04-13 13:54:30 +0000 | |
---|---|---|
committer | 2020-04-13 13:54:30 +0000 | |
commit | 028acfa798e4505a4e9555f01b9834d9720eccd2 (patch) | |
tree | 8372bcb3b6e195998bd3f5b93f8f54fce02623b3 | |
parent | 73e0fa50c26ab4c59abaf83243621c58e6b29b35 (diff) | |
parent | 0cfd5ea0a92b4e43aa0259a98b5d54fc34b02ad4 (diff) |
Merge "[VNFRQTS] Remove R-35413, update R-35414 & R-90279"
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst index c8b2f13..8cb92fd 100644 --- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst +++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst @@ -90,29 +90,15 @@ parameters ~~~~~~~~~~~~~~~~~~~~~~ .. req:: - :id: R-35413 - :target: VNF - :keyword: MAY - :introduced: frankfurt - - A VNF Heat Orchestration's template's base module **MAY** (or **MAY NOT**) - contain the section ``parameters:``. - -When a VNF is composed of two or more Heat Orchestration Templates (i.e., a -base module and one or more incremental modules), -it is valid for the base module to not declare -any input parameters. - - -.. req:: :id: R-35414 :target: VNF :keyword: MUST :validation_mode: static :updated: frankfurt - A VNF Heat Orchestration's template's incremental module and volume module - **MUST** contain the section ``parameters:``. + A VNF Heat Orchestration's template + **MUST** contain the section ``parameters:`` with at least one + parameter defined. .. code-block:: yaml @@ -160,7 +146,7 @@ attributes (e.g., type, label) defined as nested elements. - in a output parameter (in the outputs section) with the exception of the parameters for the ``OS::Nova::Server`` - resource property ``availability_zone``. + resource property ``availability_zone`` which is defined in R-98450. .. req:: :id: R-91273 |