Merge "Enable mutable config in Neutron-dynamic-routing"
This commit is contained in:
commit
0e61c281c0
@ -44,4 +44,4 @@ def main():
|
|||||||
report_interval=cfg.CONF.AGENT.report_interval,
|
report_interval=cfg.CONF.AGENT.report_interval,
|
||||||
manager='neutron_dynamic_routing.services.bgp.agent.bgp_dragent.'
|
manager='neutron_dynamic_routing.services.bgp.agent.bgp_dragent.'
|
||||||
'BgpDrAgentWithStateReport')
|
'BgpDrAgentWithStateReport')
|
||||||
service.launch(cfg.CONF, server).wait()
|
service.launch(cfg.CONF, server, restart_method='mutate').wait()
|
||||||
|
Loading…
Reference in New Issue
Block a user