Merge "XenAPI: Simplify installed packages"

This commit is contained in:
Jenkins 2014-12-12 23:03:24 +00:00 committed by Gerrit Code Review
commit 2e4ba6ff57
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