From 157d0c112bf21139b4d9ca076f1121a941a35114 Mon Sep 17 00:00:00 2001 From: David Vallee Delisle Date: Tue, 14 Dec 2021 09:58:06 -0500 Subject: [PATCH] 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 --- deployment/neutron/neutron-l3-container-puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/neutron/neutron-l3-container-puppet.yaml b/deployment/neutron/neutron-l3-container-puppet.yaml index 15fd5660f9..49f860a7b1 100644 --- a/deployment/neutron/neutron-l3-container-puppet.yaml +++ b/deployment/neutron/neutron-l3-container-puppet.yaml @@ -292,6 +292,7 @@ outputs: pid: host privileged: true restart: always + cgroupns: host depends_on: - openvswitch.service healthcheck: {get_attr: [ContainersCommon, healthcheck_rpc_port]}