Remove cloning of devstack

Now that we have split the scripts, we should not clone devstack.
We now require users to copy the xva over.

Change-Id: Ie7cb4858c3e5860ab5c990c5ed1f88462c6953dd
This commit is contained in:
Renuka Apte 2012-02-02 18:13:27 -08:00
parent e98cc1220e
commit 0d44b8bd63

View File

@ -34,8 +34,3 @@ if ! which git; then
make install
fi
# Clone devstack
DEVSTACK=/root/devstack
if [ ! -d $DEVSTACK ]; then
git clone git://github.com/cloudbuilders/devstack.git $DEVSTACK
fi