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:
parent
280f3e062a
commit
0cd0a732c5
@ -18,7 +18,6 @@ keystone_distro_packages:
|
|||||||
- cronie
|
- cronie
|
||||||
- cronie-anacron
|
- cronie-anacron
|
||||||
- git
|
- git
|
||||||
- nc
|
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- rsync
|
- rsync
|
||||||
|
|
||||||
@ -85,4 +84,4 @@ keystone_system_service_name: httpd
|
|||||||
|
|
||||||
keystone_uwsgi_bin: '/usr/sbin'
|
keystone_uwsgi_bin: '/usr/sbin'
|
||||||
|
|
||||||
keystone_sshd: sshd
|
keystone_sshd: sshd
|
@ -18,7 +18,6 @@ keystone_distro_packages:
|
|||||||
- ca-certificates
|
- ca-certificates
|
||||||
- cronie
|
- cronie
|
||||||
- git-core
|
- git-core
|
||||||
- netcat-openbsd
|
|
||||||
- openssh
|
- openssh
|
||||||
- rsync
|
- rsync
|
||||||
|
|
||||||
@ -111,4 +110,4 @@ keystone_system_service_name: apache2
|
|||||||
|
|
||||||
keystone_uwsgi_bin: '/usr/sbin'
|
keystone_uwsgi_bin: '/usr/sbin'
|
||||||
|
|
||||||
keystone_sshd: sshd
|
keystone_sshd: sshd
|
@ -17,7 +17,6 @@ cache_timeout: 600
|
|||||||
|
|
||||||
keystone_distro_packages:
|
keystone_distro_packages:
|
||||||
- git
|
- git
|
||||||
- netcat
|
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- rsync
|
- rsync
|
||||||
|
|
||||||
@ -99,4 +98,4 @@ keystone_system_service_name: apache2
|
|||||||
|
|
||||||
keystone_uwsgi_bin: '/usr/bin'
|
keystone_uwsgi_bin: '/usr/bin'
|
||||||
|
|
||||||
keystone_sshd: ssh
|
keystone_sshd: ssh
|
Loading…
Reference in New Issue
Block a user