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
Change-Id: Ic83e946e1f3dc912bc4cf8270d66ecc7c2324c96
This commit is contained in:
David Vallee Delisle 2021-12-14 09:58:06 -05:00
parent 975d603399
commit 157d0c112b
1 changed files with 1 additions and 0 deletions

View File

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