Merge "Init privsep on l3 agent start"

This commit is contained in:
Jenkins 2017-01-31 14:55:58 +00:00 committed by Gerrit Code Review
commit f8b1bfdf59
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,