Don't install vim or locate by default
Devstack doesn't need vim or locate, if someone wants to use them, they can just install them afterwards. Change-Id: I00f27c20c86d89465e4aefc67ed645a309c09a03
This commit is contained in:
parent
e11e68911e
commit
bb1e07859c
@ -9,8 +9,6 @@ git
|
||||
lsof # useful when debugging
|
||||
openssh-server
|
||||
openssl
|
||||
vim-nox
|
||||
locate # useful when debugging
|
||||
python-virtualenv
|
||||
python-unittest2
|
||||
iputils-ping
|
||||
|
@ -3,7 +3,6 @@ bridge-utils
|
||||
ca-certificates-mozilla
|
||||
curl
|
||||
euca2ools
|
||||
findutils-locate # useful when debugging
|
||||
git-core
|
||||
iputils
|
||||
libopenssl-devel # to rebuild pyOpenSSL if needed
|
||||
@ -20,5 +19,4 @@ screen
|
||||
tar
|
||||
tcpdump
|
||||
unzip
|
||||
vim-enhanced
|
||||
wget
|
||||
|
@ -73,7 +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 vim-nox sudo python-netaddr
|
||||
apt-get install -y curl wget ssh openssh-server python-pip git sudo python-netaddr
|
||||
pip install xenapi
|
||||
|
||||
# Install XenServer guest utilities
|
||||
|
Loading…
Reference in New Issue
Block a user