Fix bug 1020513 by downloading xenapi plugins from correct place

Change-Id: I2fc9c55b444bac355347f0d53b5971d4b809fbff
This commit is contained in:
John Garbutt 2012-07-03 12:25:21 +01:00 committed by Gerrit Code Review
parent 070d492da9
commit 7fc6dcd092

View File

@ -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/