Export TRIPLEO_CLEANUP

Its defaulting to 1 but in devtest-setup this value isn't set as it isn't
exported, so we don't end up running cleanup-env.

Change-Id: I7b97fa278bef6040a73c14926439f428b374c837
This commit is contained in:
Derek Higgins 2014-02-06 12:30:29 +00:00
parent dc4c820946
commit 20c2347977
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function show_options () {
CONTINUE=
USE_CACHE=0
TRIPLEO_CLEANUP=1
export TRIPLEO_CLEANUP=1
TEMP=`getopt -o h,c -l existing-environment,trash-my-machine -n $SCRIPT_NAME -- "$@"`
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi