diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-06 16:21:32 -0600 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-06 16:21:32 -0600 |
commit | 6c5c0e91fb066e65e245deab5dc0aa617075ef76 (patch) | |
tree | 77442e2eba737b9f23a35d12d556f8d1f2d8874a /docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst | |
parent | 8bf735f0d1b991a052532c9db88af15c5ad7d0cc (diff) |
VNFRQTS Updating validation mode on non-testables
Change-Id: I09943c32b7b658779666e81d55144f702216dbf4
Issue-ID: VNFRQTS-550
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst index 964ed69..2b17d46 100644 --- a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst +++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst @@ -439,7 +439,7 @@ other VNFs. :id: R-52753 :target: VNF :keyword: MUST - :validation_mode: static + :validation_mode: none VNF's Heat Orchestration Template's Base Module's output parameter's name and type **MUST** match the VNF's Heat Orchestration Template's @@ -523,7 +523,7 @@ ONAP does not support the use of heat stack-update command for scaling :id: R-39349 :target: VNF :keyword: MUST NOT - :validation_mode: static + :validation_mode: none A VNF Heat Orchestration Template **MUST NOT** be designed to utilize the OpenStack ``heat stack-update`` command for scaling (growth/de-growth). @@ -561,7 +561,7 @@ Orchestration Template at orchestration time. :id: R-01896 :target: VNF :keyword: MUST - :validation_mode: static + :validation_mode: none A VNF's Heat Orchestration Template's parameter values that are constant across all deployments **MUST** be declared in a Heat Orchestration |