Merge "Enable mutable config in Neutron-dynamic-routing"

This commit is contained in:
Zuul 2018-04-09 20:50:09 +00:00 committed by Gerrit Code Review
commit 0e61c281c0
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ def main():
report_interval=cfg.CONF.AGENT.report_interval,
manager='neutron_dynamic_routing.services.bgp.agent.bgp_dragent.'
'BgpDrAgentWithStateReport')
service.launch(cfg.CONF, server).wait()
service.launch(cfg.CONF, server, restart_method='mutate').wait()