vars: Add missing netcat package
Commitafc0e5b1ce
("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:
parent
33e47cf314
commit
781835e752
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user