From f8f9748120e9bdd7679c0660c5ea9595265d46c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Feteira?= <joaofet@gmail.com>
Date: Fri, 30 Nov 2018 14:25:22 +0000
Subject: [PATCH] Option neutron_plugin_agent: "opendaylight" added

Added the missing option neutron_plugin_agent: "opendaylight" added to
the opendaylight documentation page. Without it the deployment would
not use the neutron_plugin_agent but the default one: openvswitch .

Change-Id: I56a377e1faab9a50f36383ea59b45bf5a9155bcf
---
 doc/source/reference/networking/opendaylight.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/source/reference/networking/opendaylight.rst b/doc/source/reference/networking/opendaylight.rst
index a7f34b825d..c2f6ce1785 100644
--- a/doc/source/reference/networking/opendaylight.rst
+++ b/doc/source/reference/networking/opendaylight.rst
@@ -12,6 +12,7 @@ Modify the ``/etc/kolla/globals.yml`` file as the following example shows:
 .. code-block:: yaml
 
    enable_opendaylight: "yes"
+   neutron_plugin_agent: "opendaylight"
 
 Networking-ODL is an additional Neutron plugin that allows the OpenDaylight
 SDN Controller to utilize its networking virtualization features.