Revert "vars: Add missing netcat package"

This reverts commit 781835e752.

The package is actually required on the memcached hosts, not
the keystone hosts. This helped make role tests pass because
in the role tests memcache and keystone are often on the same
containers.

The actual fix will be https://review.openstack.org/613099 which
ensures that netcat is installed on the memcache hosts instead.

Depends-On: https://review.openstack.org/613099
Change-Id: I55158c332a35e150f61541e8c2c1390e397d7d2c
This commit is contained in:
Jesse Pretorius (odyssey4me) 2018-10-25 10:35:22 +00:00
parent 280f3e062a
commit 0cd0a732c5
3 changed files with 3 additions and 6 deletions

View File

@ -18,7 +18,6 @@ keystone_distro_packages:
- cronie
- cronie-anacron
- git
- nc
- openssh-server
- rsync
@ -85,4 +84,4 @@ keystone_system_service_name: httpd
keystone_uwsgi_bin: '/usr/sbin'
keystone_sshd: sshd
keystone_sshd: sshd

View File

@ -18,7 +18,6 @@ keystone_distro_packages:
- ca-certificates
- cronie
- git-core
- netcat-openbsd
- openssh
- rsync
@ -111,4 +110,4 @@ keystone_system_service_name: apache2
keystone_uwsgi_bin: '/usr/sbin'
keystone_sshd: sshd
keystone_sshd: sshd

View File

@ -17,7 +17,6 @@ cache_timeout: 600
keystone_distro_packages:
- git
- netcat
- openssh-server
- rsync
@ -99,4 +98,4 @@ keystone_system_service_name: apache2
keystone_uwsgi_bin: '/usr/bin'
keystone_sshd: ssh
keystone_sshd: ssh