[networking-guide] Fix wrong section for bgp agent
Configuration bgp_speaker_driver and bgp_router_id should in [BGP] section of bgp_dragent.ini Also a trivial fix for router name. Closes-Bug: #1596173 Change-Id: I35cec38d6a1c13938ef7a63bbf64a54484804866
This commit is contained in:
parent
db4c40d305
commit
e3be76b230
@ -57,7 +57,7 @@ Agent nodes
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
[BGP]
|
||||
bgp_speaker_driver = neutron.services.bgp.driver.ryu.driver.RyuBgpDriver
|
||||
|
||||
.. note::
|
||||
@ -68,7 +68,7 @@ Agent nodes
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
[BGP]
|
||||
bgp_router_id = ROUTER_ID
|
||||
|
||||
Replace ``ROUTER_ID`` with a suitable unique 32-bit number, typically an
|
||||
@ -308,7 +308,7 @@ Create and configure a router
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ neutron router-port-list router1
|
||||
$ neutron router-port-list router
|
||||
+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------------+
|
||||
| id | name | mac_address | fixed_ips |
|
||||
+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user