Fix bug 1020513 by downloading xenapi plugins from correct place
Change-Id: I2fc9c55b444bac355347f0d53b5971d4b809fbff
This commit is contained in:
parent
070d492da9
commit
7fc6dcd092
@ -57,8 +57,9 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# get nova
|
# get nova
|
||||||
wget https://github.com/openstack/nova/zipball/master --no-check-certificate
|
nova_zipball=$(echo $NOVA_REPO | sed "s:\.git$::;s:$:/zipball/$NOVA_BRANCH:g")
|
||||||
unzip -o master -d ./nova
|
wget $nova_zipball -O nova-zipball --no-check-certificate
|
||||||
|
unzip -o nova-zipball -d ./nova
|
||||||
|
|
||||||
# install xapi plugins
|
# install xapi plugins
|
||||||
XAPI_PLUGIN_DIR=/etc/xapi.d/plugins/
|
XAPI_PLUGIN_DIR=/etc/xapi.d/plugins/
|
||||||
|
Loading…
Reference in New Issue
Block a user