diff options
Diffstat (limited to 'etc/userconfig/env_config.sh.onap.sample')
-rw-r--r-- | etc/userconfig/env_config.sh.onap.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/userconfig/env_config.sh.onap.sample b/etc/userconfig/env_config.sh.onap.sample index 5f7a2e61..4f173a62 100644 --- a/etc/userconfig/env_config.sh.onap.sample +++ b/etc/userconfig/env_config.sh.onap.sample @@ -8,5 +8,5 @@ export CSAR_FILE="/opt/test.csar" ## Special environment parameters for Heat validation tests. -# The VNF directory should be put at $DOVETAIL_HOME/pre_config. -export VNF_DIRECTORY="/path/to/pre_config/vnf_dir" +# The VNF archive should be put at $DOVETAIL_HOME/pre_config. +export VNF_ARCHIVE_NAME="vnf_archive_name" |