diff options
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/user-vars | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars index 14c0ca45..33b83930 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -59,6 +59,3 @@ export LOG_PATH=${LOG_PATH:-${XCI_DEVEL_ROOT}/opnfv/logs} export RUN_TEMPEST=${RUN_TEMPEST:-false} # Set this to to true to force XCI to re-create the target OS images export CLEAN_DIB_IMAGES=${CLEAN_DIB_IMAGES:-false} -# Set this to a full path pointing to extra config files (containing -# group_vars/all) -export XCI_EXTRA_VARS_PATH=${XCI_EXTRA_VARS_PATH:-""} |