From 0d44b8bd638bb63d34689b5ecc8f7be98c815b67 Mon Sep 17 00:00:00 2001 From: Renuka Apte Date: Thu, 2 Feb 2012 18:13:27 -0800 Subject: [PATCH] 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 --- tools/xen/prepare_dom0.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/xen/prepare_dom0.sh b/tools/xen/prepare_dom0.sh index ce16ada43e..a8381aba80 100755 --- a/tools/xen/prepare_dom0.sh +++ b/tools/xen/prepare_dom0.sh @@ -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