Change $LOGFILE path in configuration devstack

clean.sh in devstack removes $LOGFILE, $LOGDIR, $SCREEN_LOGDIR,
however $LOGDIR is set "$HOME"("${LOGFILE%/*}") now.
If you run clean.sh, $HOME will be deleted.
This patch avoids removing $HOME directory.

Change-Id: Ic1270134b40f581bb6ec3eb80d642e1e3fb5c5c3
Closes-bug: 1526433
This commit is contained in:
Mahito 2015-12-16 01:50:42 +09:00 committed by Mahito OGURA
parent 3397784f6b
commit 906ce49cd4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ and neutron::
OVS_PHYSICAL_BRIDGE=br-ex
# Log all output to files
LOGFILE=$HOME/devstack.log
LOGFILE=$HOME/logs/devstack.log
SCREEN_LOGDIR=$HOME/logs
VOLUME_BACKING_FILE_SIZE=20G