Install sysctl package in container for debian

procps package has been removed from installation by [1] but it is required
to have this package since it provides sysctl binary.

[1] https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/613078

Change-Id: Ia545aba3cbc4c8a1ca79ee78ab14864cd2ca3ece
This commit is contained in:
Dmitriy Rabotyagov 2020-12-04 19:37:16 +02:00
parent 46e10d21f1
commit b3bff3289a
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ _lxc_cache_distro_packages:
- locales
- netbase
- openssh-server
- procps # provides sysctl which is a requirement
- python3
- libpython3.7
- rsync # os_keystone runs serial=1 and uses rsync before the distro packages have been installed on all keystone targets