Fix tripelo-precise build script

The recent devstack-prereq refactoring made a wrong assumption
about the CWD of the script.  cd first.

Change-Id: Ib2210d00668df95c1d731b75f7dd6dc958729d4f
This commit is contained in:
James E. Blair 2014-03-21 17:09:02 -07:00
parent 200b3967cc
commit 1e21751a45

View File

@ -24,6 +24,7 @@ if [ -f /usr/bin/apt-get ]; then
sudo apt-get update
fi
cd /opt/nodepool-scripts/
./install_devstack_dependencies.sh
# toci scripts use both of these