Browse code

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

Renuka Apte authored on 2012/02/03 11:13:27
Showing 1 changed files
... ...
@@ -34,8 +34,3 @@ if ! which git; then
34 34
     make install
35 35
 fi
36 36
 
37
-# Clone devstack
38
-DEVSTACK=/root/devstack
39
-if [ ! -d $DEVSTACK ]; then
40
-    git clone git://github.com/cloudbuilders/devstack.git $DEVSTACK
41
-fi