Merge "Update neutron_bgp_speaker_driver"

This commit is contained in:
Zuul 2019-05-24 20:33:22 +00:00 committed by Gerrit Code Review
commit 360f99a45f
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
The RyuBgpDriver is no longer available and replaced by
the OsKenBgpDriver of the neutron_dynamic_routing project.

View File

@ -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 }}"