Init privsep on l3 agent start

Should fix the problem with privsep call failures

Change-Id: I1150291eb6310677f4f4ab035a5cd275d21b7e39
Closes-Bug: #1660305
This commit is contained in:
Oleg Bondarev 2017-01-30 16:00:56 +04:00
parent 1fc3fdbc9e
commit 4750112ea3
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ def main(manager='neutron.agent.l3.agent.L3NATAgentWithStateReport'):
register_opts(cfg.CONF)
common_config.init(sys.argv[1:])
config.setup_logging()
config.setup_privsep()
server = neutron_service.Service.create(
binary='neutron-l3-agent',
topic=topics.L3_AGENT,