XenAPI: Simplify installed packages

Remove duplicate packages.
pip is handled by devstack, so don't try and install it here.

Change-Id: I6f22e0f86ae071d30bf69de9ed5dec6b28ebc92b
This commit is contained in:
Bob Ball 2014-12-10 10:33:53 +00:00
parent f344758fb4
commit be485221b3
2 changed files with 2 additions and 5 deletions

View File

@ -94,8 +94,7 @@ CRONTAB
# install_nova_hypervisor() - Install external components
function install_nova_hypervisor {
# This function intentionally left blank
:
pip_install xenapi
}
# start_nova_hypervisor - Start any required external services

View File

@ -73,9 +73,7 @@ EOF
# Install basics
apt-get update
apt-get install -y cracklib-runtime curl wget ssh openssh-server tcpdump ethtool
apt-get install -y curl wget ssh openssh-server python-pip git sudo python-netaddr
apt-get install -y coreutils
pip install xenapi
apt-get install -y git sudo python-netaddr coreutils
# Install XenServer guest utilities
dpkg -i $XS_TOOLS_PATH