Merge "Fix tempest logging configuration"

This commit is contained in:
Jenkins 2013-07-31 23:29:20 +00:00 committed by Gerrit Code Review
commit 851665bb59

View File

@ -199,6 +199,8 @@ function configure_tempest() {
# Oslo
iniset $TEMPEST_CONF DEFAULT lock_path $TEMPEST_STATE_PATH
mkdir -p $TEMPEST_STATE_PATH
iniset $TEMPEST_CONF DEFAULT use_stderr False
iniset $TEMPEST_CONF DEFAULT log_file tempest.log
# Timeouts
iniset $TEMPEST_CONF compute build_timeout $BUILD_TIMEOUT