vars: Add missing netcat package

Commit afc0e5b1ce ("Add memcache flushing handler on db migrations")
added an implicit dependency to the 'nc' package but it did not add it
to the list of required packages so things break like this:

 ["/bin/sh: nc: command not found"]

As such, we need to add the package to the rest of the distro packages.

Fixes: afc0e5b1ce ("Add memcache flushing handler on db migrations")
Change-Id: Ieab35215e84d6971cd9c2068206ebf2103cbc4b4
This commit is contained in:
Markos Chandras 2018-10-23 12:46:25 +01:00
parent 33e47cf314
commit 781835e752
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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