From 85faee6cd4e206be57801dd8b2d52cb174035a3d Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 14 Apr 2021 11:45:47 -0400 Subject: [PATCH] Initialize privsep library for neutron-ovs-cleanup Closes-Bug: #1923453 Change-Id: Ie91ab1c359955a2911e558ab5a4bc8b0ff28bada (cherry picked from commit 1dfbf5b3455391c849dc5ab7b61df86f6e0c8c16) --- neutron/cmd/ovs_cleanup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neutron/cmd/ovs_cleanup.py b/neutron/cmd/ovs_cleanup.py index c6290909a8e..8e75317e08f 100644 --- a/neutron/cmd/ovs_cleanup.py +++ b/neutron/cmd/ovs_cleanup.py @@ -58,6 +58,7 @@ def main(): conf = setup_conf() conf() config.setup_logging() + agent_config.setup_privsep() do_main(conf)