Update neutron_bgp_speaker_driver
The RyuBgpDriver driver is now replaced by OsKenBgpDriver of the neutron-dynamic-routing project Change-Id: I024777fa1d4d9880ea904a0f1d8a786b6adb2987
This commit is contained in:
parent
423a63c53c
commit
c23a94294d
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
The RyuBgpDriver is no longer available and replaced by
|
||||
the OsKenBgpDriver of the neutron_dynamic_routing project.
|
@ -319,7 +319,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