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:
parent
e98cc1220e
commit
0d44b8bd63
@ -34,8 +34,3 @@ if ! which git; then
|
|||||||
make install
|
make install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clone devstack
|
|
||||||
DEVSTACK=/root/devstack
|
|
||||||
if [ ! -d $DEVSTACK ]; then
|
|
||||||
git clone git://github.com/cloudbuilders/devstack.git $DEVSTACK
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user