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:
junbo 2018-10-17 11:19:13 +08:00
parent 70d207d2fb
commit b62ae3d522
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ Network node
.. code-block:: ini
[DEFAULT]
[agent]
enable_distributed_routing = True
#. In the ``l3_agent.ini`` file, configure the layer-3 agent to provide
@ -116,7 +116,7 @@ Compute nodes
.. code-block:: ini
[DEFAULT]
[agent]
enable_distributed_routing = True
#. In the ``l3_agent.ini`` file, configure the layer-3 agent.