From 978c6485f69f13e6fcc5d44e55baf294707dd8c0 Mon Sep 17 00:00:00 2001 From: Oliver Walsh Date: Tue, 5 Sep 2017 19:15:46 +0100 Subject: [PATCH] Add selinux policy rpms to base container image Required to enable selinux within containers. Change-Id: I521c5351ad6020911106464bf712cf92e6fb0fca Related-bug: #1715171 --- container-images/tripleo_kolla_template_overrides.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-images/tripleo_kolla_template_overrides.j2 b/container-images/tripleo_kolla_template_overrides.j2 index f1c47a3e8..215e08538 100644 --- a/container-images/tripleo_kolla_template_overrides.j2 +++ b/container-images/tripleo_kolla_template_overrides.j2 @@ -18,7 +18,7 @@ # This installs the puppet dependency in the base container and includes helper scripts # Rsync is required for docker-puppet.py to move the generated config to /var/lib/config-data # Cron is required by multiple services -{% set base_centos_binary_packages_append = ['openstack-tripleo-common-container-base', 'rsync', 'cronie', 'crudini'] %} +{% set base_centos_binary_packages_append = ['openstack-tripleo-common-container-base', 'rsync', 'cronie', 'crudini', 'openstack-selinux'] %} {% set nova_scheduler_packages_append = ['openstack-tripleo-common'] %} # Required for mistral-db-populate to load tripleo custom actions on