Fix variable typo of use_syslog in lib/tempest

TEMPEST_CONF is not set but used it. As a result the meaningless file
'DEFAULT' is created. So this commit fixes to use proper variable name.

Closes-bug: #1394969
Change-Id: If6e58f269319df3c4f71b4fc13aa855c63f7e3a3
This commit is contained in:
Masayuki Igawa 2014-11-21 21:55:09 +09:00 committed by Ian Wienand
parent 74a8ccf3b4
commit 5a252d9a0e

View File

@ -247,7 +247,7 @@ function configure_tempest {
fi
fi
iniset $TEMPEST_CONF DEFAULT use_syslog $SYSLOG
iniset $TEMPEST_CONFIG DEFAULT use_syslog $SYSLOG
# Oslo
iniset $TEMPEST_CONFIG DEFAULT lock_path $TEMPEST_STATE_PATH
mkdir -p $TEMPEST_STATE_PATH