From 7fc6dcd092d3bd638514403e888b05808a0ad911 Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Tue, 3 Jul 2012 12:25:21 +0100 Subject: [PATCH] Fix bug 1020513 by downloading xenapi plugins from correct place Change-Id: I2fc9c55b444bac355347f0d53b5971d4b809fbff --- tools/xen/install_os_domU.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/xen/install_os_domU.sh b/tools/xen/install_os_domU.sh index 352f63acce..19453c1233 100755 --- a/tools/xen/install_os_domU.sh +++ b/tools/xen/install_os_domU.sh @@ -57,8 +57,9 @@ then fi # get nova -wget https://github.com/openstack/nova/zipball/master --no-check-certificate -unzip -o master -d ./nova +nova_zipball=$(echo $NOVA_REPO | sed "s:\.git$::;s:$:/zipball/$NOVA_BRANCH:g") +wget $nova_zipball -O nova-zipball --no-check-certificate +unzip -o nova-zipball -d ./nova # install xapi plugins XAPI_PLUGIN_DIR=/etc/xapi.d/plugins/