diff options
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Template Constructs.rst')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Template Constructs.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst index c7703c0..1af326e 100644 --- a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst +++ b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst @@ -614,11 +614,11 @@ unique name. Heat Files Support (get_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -A VNF's Heat Orchestration Template may contain the inclusion of text files +A VNF's Heat Orchestration Template may contain the inclusion of text files containing scripts or configuration files. The ``get_file`` intrinsic function returns the content of a file into a Heat Orchestration Template. -The support for the ``get_file`` intrinsic function in ECOMP is subject to the +The support for the ``get_file`` intrinsic function in ONAP is subject to the following limitations: .. req:: @@ -634,7 +634,7 @@ following limitations: The ``get_file`` target files are on-boarded to SDC in the same zip file that contains the VNF's complete Heat Orchestration Template. -See requirement R-511776. +See requirement R-511776. .. req:: :id: R-41888 |