Start the l3 agent with cgroupns: host

Since the l3 agent is spinning containers, it should use the host cgroups
namespaces just like we did in nova [1]

[1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/802489/

Related-Bug: #1936005
Closes-Bug: #1953738
Closes-Bug: #1959582
Change-Id: Ic83e946e1f3dc912bc4cf8270d66ecc7c2324c96
(cherry picked from commit 157d0c112b)
This commit is contained in:
David Vallee Delisle 2021-12-14 09:58:06 -05:00 committed by Slawek Kaplonski
parent 9b9ecb347d
commit f962b8e148
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ outputs:
pid: host
privileged: true
restart: always
cgroupns: host
depends_on:
- openvswitch.service
healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}