Merge "Update neutron_bgp_speaker_driver"
This commit is contained in:
commit
360f99a45f
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
The RyuBgpDriver is no longer available and replaced by
|
||||
the OsKenBgpDriver of the neutron_dynamic_routing project.
|
@ -291,7 +291,7 @@ neutron_vpnaas: "{% if 'vpnaas' in neutron_plugin_base %}True{% else %}False{% e
|
||||
|
||||
neutron_bgp: "{% if 'neutron_dynamic_routing.services.bgp.bgp_plugin.BgpPlugin' in neutron_plugin_base %}True{% else %}False{% endif %}"
|
||||
|
||||
neutron_bgp_speaker_driver: neutron_dynamic_routing.services.bgp.agent.driver.ryu.driver.RyuBgpDriver
|
||||
neutron_bgp_speaker_driver: neutron_dynamic_routing.services.bgp.agent.driver.os_ken.driver.OsKenBgpDriver
|
||||
|
||||
neutron_bgp_router_id: "{{ neutron_local_ip }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user