diff --git a/releasenotes/notes/neutron_bgp_speaker_driver-update-789404b846221290.yaml b/releasenotes/notes/neutron_bgp_speaker_driver-update-789404b846221290.yaml new file mode 100644 index 00000000..d878c848 --- /dev/null +++ b/releasenotes/notes/neutron_bgp_speaker_driver-update-789404b846221290.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + The RyuBgpDriver is no longer available and replaced by + the OsKenBgpDriver of the neutron_dynamic_routing project. diff --git a/vars/main.yml b/vars/main.yml index d7ef44ac..35e6a33d 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -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 }}"