Merge "Set lock_path for Tempest to TMPDIR"

This commit is contained in:
Jenkins 2013-07-29 14:40:34 +00:00 committed by Gerrit Code Review
commit fa7ac3f9b0

View File

@ -195,6 +195,9 @@ function configure_tempest() {
fi
fi
# Oslo
iniset $TEMPEST_CONF DEFAULT lock_path $TMPDIR
# Timeouts
iniset $TEMPEST_CONF compute build_timeout $BUILD_TIMEOUT
iniset $TEMPEST_CONF volume build_timeout $BUILD_TIMEOUT