Merge "Fix bug 1020513 by downloading xenapi plugins from correct place"

This commit is contained in:
Jenkins
2012-07-17 18:02:51 +00:00
committed by Gerrit Code Review

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/