diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-07-27 19:11:16 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-07-27 19:12:32 +0000 |
commit | fba279214b9b367084ecbd22006958c4cec28d32 (patch) | |
tree | 2ded328acab35c1a5a7beabffc070ffe409887a4 | |
parent | 50e4115cb59ea62b0447c0f4818be31c98598d31 (diff) |
VNFRQTS - Removing duplicate requirement R-70112
Removing duplicate requirement R-70112 from Chapter 5.
Change-Id: I3c20aad4fd6b616c258c44ccfaac4029785939f3
Issue-ID: VNFRQTS-283
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
-rw-r--r-- | docs/Chapter5/Heat.rst | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/Chapter5/Heat.rst b/docs/Chapter5/Heat.rst index 47467ea..646aa2b 100644 --- a/docs/Chapter5/Heat.rst +++ b/docs/Chapter5/Heat.rst @@ -7351,15 +7351,8 @@ Incremental Module, and Cinder Volume Module may use nested heat. A VNF's Heat Orchestration Template **MUST** have no more than two levels of nesting. -.. req:: - :id: R-70112 - :target: VNF - :keyword: MUST - - A VNF's Heat Orchestration Template **MUST** - reference a Nested YAML file by name. - The use of 'resource_registry' in the VNF's Heat Orchestration - Templates Environment File **MUST NOT** be used. +As stated in R-67231 a VNF's Heat Orchestration template's +Environment File's **MUST NOT** contain the "resource_registry:" section. Two levels of nesting is defined as follows: A base module, incremental module, or cinder volume module references a nested heat file either |