From d6b6115d8f5c96ddbb93885cc4ad0d564031bcc0 Mon Sep 17 00:00:00 2001 From: Jens Rosenboom Date: Wed, 8 Mar 2017 11:53:44 +0100 Subject: [PATCH] Fix networking guide after neutron-dynamic-routing split The neutron-dynamic-routing has been split from neutron core in the Newton cycle. With that split the module names that need to be referenced in the config have changed. Change-Id: I6df443b4b2fcc129da3af4c404c3dc700394b3d1 Closes-Bug: 1647252 --- doc/networking-guide/source/config-bgp-dynamic-routing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/networking-guide/source/config-bgp-dynamic-routing.rst b/doc/networking-guide/source/config-bgp-dynamic-routing.rst index 4560748bca..2c7bfee03f 100644 --- a/doc/networking-guide/source/config-bgp-dynamic-routing.rst +++ b/doc/networking-guide/source/config-bgp-dynamic-routing.rst @@ -76,7 +76,7 @@ Controller node .. code-block:: ini [DEFAULT] - service_plugins = router,bgp + service_plugins = neutron_dynamic_routing.services.bgp.bgp_plugin.BgpPlugin,neutron.services.l3_router.l3_router_plugin.L3RouterPlugin Agent nodes ----------- @@ -88,7 +88,7 @@ Agent nodes .. code-block:: ini [BGP] - bgp_speaker_driver = neutron.services.bgp.driver.ryu.driver.RyuBgpDriver + bgp_speaker_driver = neutron_dynamic_routing.services.bgp.agent.driver.ryu.driver.RyuBgpDriver .. note::