aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/containers-common.yaml
diff options
context:
space:
mode:
authorOliver Walsh <owalsh@redhat.com>2017-10-28 00:06:46 +0100
committerOliver Walsh <owalsh@redhat.com>2017-11-01 22:48:25 +0000
commitb3277ed2ca4df1fb1bf23565a9104d6b047e1ac1 (patch)
tree276c405f59b8370c001f4efeb48fb3dee9869747 /docker/services/containers-common.yaml
parent06f8f2eb1c60bcbb92989880866f43fb5422d865 (diff)
Only mount selinux sysfs in nova_libvirt container
https://review.openstack.org/500952 initially just did this. Then we assumed every container should have the selinux sysfs. This causes issues with the sshd container used for live-migration. The advice from the selinux experts is that it should not be enabled within containers, so reverting back to the original fix that enables it only in the nova-libvirt container. Closes-bug: 1729405 Change-Id: I80bf38d7d64ab99510574af5c57423fde9b84eca (cherry picked from commit 7c8127cf96a281dd5cee96e1a68bc0508b9ba4e7)
Diffstat (limited to 'docker/services/containers-common.yaml')
-rw-r--r--docker/services/containers-common.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/services/containers-common.yaml b/docker/services/containers-common.yaml
index 9f982f8b..2c894da5 100644
--- a/docker/services/containers-common.yaml
+++ b/docker/services/containers-common.yaml
@@ -64,7 +64,6 @@ outputs:
# Syslog socket
- /dev/log:/dev/log
- /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro
- - /sys/fs/selinux:/sys/fs/selinux
- if:
- internal_tls_enabled
- - list_join: