Merge "container_puppet_config: disable SElinux labelling"

This commit is contained in:
Zuul 2020-02-25 17:10:15 +00:00 committed by Gerrit Code Review
commit fcae58f475
1 changed files with 3 additions and 0 deletions

View File

@ -266,6 +266,9 @@ class ContainerPuppetManager:
'/dev/log:/dev/log:rw']
# Defaults
default_data = {
# the security_opt can be removed once we properly address:
# https://bugs.launchpad.net/tripleo/+bug/1864501
'security_opt': 'label=disable',
'user': 0,
'entrypoint': CONTAINER_ENTRYPOINT,
'environment': self._get_environment_config()