Merge "Config privsep in the metering agent" into stable/rocky

This commit is contained in:
Zuul 2018-08-23 05:47:51 +00:00 committed by Gerrit Code Review
commit b6314ea6c3
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ def main():
config.register_agent_state_opts_helper(conf)
common_config.init(sys.argv[1:])
config.setup_logging()
config.setup_privsep()
server = neutron_service.Service.create(
binary='neutron-metering-agent',
topic=topics.METERING_AGENT,