diff options
author | weinstock, alan <aw2574@att.com> | 2020-01-16 20:23:30 +0000 |
---|---|---|
committer | weinstock, alan <aw2574@att.com> | 2020-01-16 20:23:30 +0000 |
commit | 5115c3814e6153872e1fdb8595e267e9a04e8470 (patch) | |
tree | f6305e50d5c74a887b6794ced925fddf23e3850d /docs | |
parent | 1bb3783f14c3f057f243194245a2becc94869cb9 (diff) |
[VNFRQTS] Update R-90279 in the document
Issue-ID: VNFRQTS-792
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: Ia924595c03adbe31bf84b9619f1e3841dd01e26e
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst | 10 | ||||
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Template Constructs.rst | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst index 781c36c..5ec1664 100644 --- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst +++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst @@ -136,11 +136,15 @@ attributes (e.g., type, label) defined as nested elements. :target: VNF :keyword: MUST :validation_mode: static - :updated: casablanca + :updated: frankfurt A VNF Heat Orchestration's template's parameter **MUST** be used - in a resource with the exception of the parameters for the - ``OS::Nova::Server`` resource property ``availability_zone``. + + - in a resource AND/OR + - in a output parameter (in the outputs section) + + with the exception of the parameters for the ``OS::Nova::Server`` + resource property ``availability_zone``. .. req:: :id: R-91273 diff --git a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst index ba83d29..a45491c 100644 --- a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst +++ b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst @@ -76,7 +76,7 @@ the second level of nested heat. .. req:: :id: R-17528 :keyword: MUST - :updated: el alto + :updated: frankfurt :validation_mode: static A VNF's Heat Orchestration Template's first level Nested YAML file |