Fix enable_distributed_routing option section in docs
The enable_distributed_routing option in the OVS-HA-DVR doc is shown in the [DEFAULT] section in the openvswitch_agent.ini file, but it is actually in the [agent] section. Change-Id: Ic81a6da71f1935e863ec698c98441b64b41bbfa3
This commit is contained in:
parent
70d207d2fb
commit
b62ae3d522
@ -86,7 +86,7 @@ Network node
|
|||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[agent]
|
||||||
enable_distributed_routing = True
|
enable_distributed_routing = True
|
||||||
|
|
||||||
#. In the ``l3_agent.ini`` file, configure the layer-3 agent to provide
|
#. In the ``l3_agent.ini`` file, configure the layer-3 agent to provide
|
||||||
@ -116,7 +116,7 @@ Compute nodes
|
|||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[DEFAULT]
|
[agent]
|
||||||
enable_distributed_routing = True
|
enable_distributed_routing = True
|
||||||
|
|
||||||
#. In the ``l3_agent.ini`` file, configure the layer-3 agent.
|
#. In the ``l3_agent.ini`` file, configure the layer-3 agent.
|
||||||
|
Loading…
Reference in New Issue
Block a user