Configure privsep helper in neutron-netns-cleanup

This closes a bug that makes netns-cleanup crash when
trying to invoke privsep helper, because the rootwrap
config isn't correctly passed down to the privsep helper
library.

Closes-Bug: #1776468

Change-Id: I8258a44a9e2542ec222ebac72c4b889858ab2fc2
This commit is contained in:
Miguel Angel Ajo 2018-06-12 14:02:58 +02:00
parent 100491cec7
commit 5106dfe521
1 changed files with 1 additions and 0 deletions

View File

@ -286,4 +286,5 @@ def main():
conf = setup_conf()
conf()
config.setup_logging()
agent_config.setup_privsep()
cleanup_network_namespaces(conf)