Fix octavia_rsyslog container startup

The octavia_rsyslog container fails to start because of a privilige
issue ("could not transfer the specified internal posix capabilities
settings to the kernel, capng_apply=-5"). It appears that the tripleo
rsyslog service is created with "privileged: true", apply the same
parameter to the octavia container.

wallaby-backport-potential

Change-Id: I1e5107c7e2a42e47cb3e14cf6db02482f7b0b331
Closes-Bug: #2003777
(cherry picked from commit bd6f0ddcbb)
This commit is contained in:
Gregory Thiemonge 2023-01-24 11:08:06 +01:00
parent c9f9c3bf1c
commit d5858a7828
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ outputs:
start_order: 2
image: {get_attr: [RoleParametersValue, value, ContainerOctaviaRsyslogImage]}
net: host
privileged: false
privileged: true
restart: always
volumes:
list_concat: