tripleo-heat-templates/releasenotes/notes/undercloud-selinux-37fc6f69a9753109.yaml
Alex Schultz db181732c6 Add SELinux management to containerized undercloud
In instack-undercloud we manage the selinux configuration during the
deployment. This change exposes the configuration as a new tripleo
service for selinux so we can configure it.

Change-Id: I2109bf62e307df92b6bdb57600c58dd61482f46d
Partial-Bug: #1779005
2018-06-28 09:12:30 -06:00

7 lines
240 B
YAML

---
features:
- |
Added support to be able to configure SELinux with the containerized
undercloud. By default it is `enforcing`. To disable SELinux, use
`SELinuxMode: permissive` as part of the deployment extra configuration.