Updating bgp driver to match what neutron-dynamic-routing supports

Closes-Bug: 1831916
Change-Id: I5f900a62d78497d8e64128239b7eba39ee596fc9
This commit is contained in:
donnydavis 2019-06-06 12:03:06 -04:00
parent fc5235c49c
commit ffde2e57ad
1 changed files with 2 additions and 2 deletions

View File

@ -88,11 +88,11 @@ Agent nodes
.. code-block:: ini
[BGP]
bgp_speaker_driver = neutron_dynamic_routing.services.bgp.agent.driver.ryu.driver.RyuBgpDriver
bgp_speaker_driver = neutron_dynamic_routing.services.bgp.agent.driver.os_ken.driver.OsKenBgpDriver
.. note::
The agent currently only supports the Ryu BGP driver.
The agent currently only supports the os-ken BGP driver.
* Configure the router ID.