From b62ae3d522801368c7bb45bf1869950547a9ca2d Mon Sep 17 00:00:00 2001 From: junbo Date: Wed, 17 Oct 2018 11:19:13 +0800 Subject: [PATCH] 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 --- doc/source/admin/deploy-ovs-ha-dvr.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/deploy-ovs-ha-dvr.rst b/doc/source/admin/deploy-ovs-ha-dvr.rst index 4a1eea2c752..afc23c420fc 100644 --- a/doc/source/admin/deploy-ovs-ha-dvr.rst +++ b/doc/source/admin/deploy-ovs-ha-dvr.rst @@ -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.