Browse code

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

Joe Gordon authored on 2014/03/07 02:40:27
Showing 3 changed files
... ...
@@ -9,8 +9,6 @@ git
9 9
 lsof # useful when debugging
10 10
 openssh-server
11 11
 openssl
12
-vim-nox
13
-locate # useful when debugging
14 12
 python-virtualenv
15 13
 python-unittest2
16 14
 iputils-ping
... ...
@@ -3,7 +3,6 @@ bridge-utils
3 3
 ca-certificates-mozilla
4 4
 curl
5 5
 euca2ools
6
-findutils-locate # useful when debugging
7 6
 git-core
8 7
 iputils
9 8
 libopenssl-devel # to rebuild pyOpenSSL if needed
... ...
@@ -20,5 +19,4 @@ screen
20 20
 tar
21 21
 tcpdump
22 22
 unzip
23
-vim-enhanced
24 23
 wget
... ...
@@ -73,7 +73,7 @@ EOF
73 73
 # Install basics
74 74
 apt-get update
75 75
 apt-get install -y cracklib-runtime curl wget ssh openssh-server tcpdump ethtool
76
-apt-get install -y curl wget ssh openssh-server python-pip git vim-nox sudo python-netaddr
76
+apt-get install -y curl wget ssh openssh-server python-pip git sudo python-netaddr
77 77
 pip install xenapi
78 78
 
79 79
 # Install XenServer guest utilities