From e9615d13776be207f0aabe1fc54a96060062afc3 Mon Sep 17 00:00:00 2001 From: ycx Date: Fri, 28 Jul 2017 19:29:01 +0800 Subject: [PATCH] Error in docs for configuring dvr router According to the docs on this link: https://docs.openstack.org/neutron/latest/admin/config-dvr-ha-snat.html "Configure the Open vSwitch agent. Add the following to /etc/neutron/plugins/ml2/ml2_conf.ini:" It should be openvswitch_agent.ini rather than ml2_conf.ini. Change-Id: I138d1a52ea57b25bb403a6d1049e020c71c28e87 --- doc/source/admin/config-dvr-ha-snat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/config-dvr-ha-snat.rst b/doc/source/admin/config-dvr-ha-snat.rst index e08ba4fd265..b8dd5dae5a9 100644 --- a/doc/source/admin/config-dvr-ha-snat.rst +++ b/doc/source/admin/config-dvr-ha-snat.rst @@ -113,7 +113,7 @@ Network nodes ------------- #. Configure the Open vSwitch agent. Add the following to - ``/etc/neutron/plugins/ml2/ml2_conf.ini``: + ``/etc/neutron/plugins/ml2/openvswitch_agent.ini``: .. code-block:: ini @@ -148,7 +148,7 @@ Compute nodes ------------- #. Configure the Open vSwitch agent. Add the following to - ``/etc/neutron/plugins/ml2/ml2_conf.ini``: + ``/etc/neutron/plugins/ml2/openvswitch_agent.ini``: .. code-block:: ini