Revert "vars: Add missing netcat package"
This reverts commit 781835e7521b91ef813a1c95455ac9e91794a8ca. 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
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ keystone_distro_packages:
|
|||||||
- ca-certificates
|
- ca-certificates
|
||||||
- cronie
|
- cronie
|
||||||
- git-core
|
- git-core
|
||||||
- netcat-openbsd
|
|
||||||
- openssh
|
- openssh
|
||||||
- rsync
|
- rsync
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ cache_timeout: 600
|
|||||||
|
|
||||||
keystone_distro_packages:
|
keystone_distro_packages:
|
||||||
- git
|
- git
|
||||||
- netcat
|
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- rsync
|
- rsync
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user