Remove configure_tempest.sh

This script has been deleted over a year ago from devstack, so it's
likely that this is dead code anyway.

Change-Id: Ia260832d3d2e63b3013b3f16e88c814435ff92ca
This commit is contained in:
Julien Danjou
2014-01-15 20:56:08 +01:00
parent e4e1917a04
commit 3644fe923e

View File

@@ -293,11 +293,6 @@ if [ "$DEVSTACK_GATE_EXERCISES" -eq "1" ]; then
fi
if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
if [ ! -f "$BASE/new/tempest/etc/tempest.conf" ]; then
echo "Configuring tempest"
cd $BASE/new/devstack
sudo -H -u stack ./tools/configure_tempest.sh
fi
# under tempest isolation tempest will need to write .tox dir, log files
if [ -d "$BASE/new/tempest" ]; then
sudo chown -R tempest:stack $BASE/new/tempest