Merge "Config privsep in the metering agent"

This commit is contained in:
Zuul
2018-08-10 09:40:26 +00:00
committed by Gerrit Code Review

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,