Devstack doesn't need vim or locate, if someone wants to use them, they
can just install them afterwards.
Change-Id: I00f27c20c86d89465e4aefc67ed645a309c09a03
| ... | ... |
@@ -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 |