Add selinux policy rpms to base container image
Required to enable selinux within containers. Change-Id: I521c5351ad6020911106464bf712cf92e6fb0fca Related-bug: #1715171
This commit is contained in:
parent
0f9fd02e3f
commit
978c6485f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user