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:
parent
200b3967cc
commit
1e21751a45
@ -24,6 +24,7 @@ if [ -f /usr/bin/apt-get ]; then
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd /opt/nodepool-scripts/
|
||||||
./install_devstack_dependencies.sh
|
./install_devstack_dependencies.sh
|
||||||
|
|
||||||
# toci scripts use both of these
|
# toci scripts use both of these
|
||||||
|
Loading…
Reference in New Issue
Block a user