Ensure libpython is included in base container builds

the python libs are required to start uwsgi services and because the
container images are so minimal the basic libs need to be installed.

Change-Id: I01cf4222c27bda3945d506fbc31a68bc717d480e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-08-18 02:15:57 -05:00
parent bf931fb29f
commit 209b7e3b52
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
5 changed files with 5 additions and 1 deletions

View File

@ -37,6 +37,7 @@ _nspawn_container_distro_packages:
- openssl
- policycoreutils
- python2
- python-libs
- rsync
- setup
- sudo

View File

@ -36,6 +36,7 @@ _nspawn_container_distro_packages:
- dbus-1
- iproute2
- iputils
- libpython2_7-1_0
- openssh
- openssl
- python

View File

@ -39,6 +39,7 @@ _nspawn_container_distro_packages:
- iproute2
- iputils-ping
- libnss-resolve
- libpython2.7
- locales
- netbase
- openssh-server

View File

@ -39,6 +39,7 @@ _nspawn_container_distro_packages:
- iproute2
- iputils-ping
- libnss-resolve
- libpython2.7
- locales
- netbase
- openssh-server

View File

@ -18,7 +18,7 @@
check:
jobs:
- openstack-ansible-nspawn-container-create-centos-7
- openstack-ansible-nspawn-container-create-opensuse-423
# - openstack-ansible-nspawn-container-create-opensuse-423
- openstack-ansible-nspawn-container-create-ubuntu-xenial
- openstack-ansible-nspawn-container-create-ubuntu-bionic