From 004bc131a392a33c365c65b12af15e6cd66c277d Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 16 Aug 2017 15:45:44 +0000 Subject: [PATCH] fix line lenght issues in networking-guide - This change fixes line length issues releating to the odl docs in the networking guide. - The odl sections effected by this patch were merged before the line lenght checks were enforced by the gate. - This change is required to unblock the ovs-dpdk docs. Change-Id: Icd8f4a802d1a87dcf9570e10dbbcc32f53b0d40e --- doc/networking-guide.rst | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/doc/networking-guide.rst b/doc/networking-guide.rst index 6a5fc8c4c6..4ee6b14bdc 100644 --- a/doc/networking-guide.rst +++ b/doc/networking-guide.rst @@ -183,13 +183,14 @@ the following: enable_opendaylight: "yes" -Networking-ODL is an additional Neutron plugin that allows the OpenDaylight SDN Controller -to utilize its networking virtualization features. For OpenDaylight to work, the -Networking-ODL plugin has to be installed in the ``neutron-server`` container. In this case, -one could use the neutron-server-opendaylight container and the opendaylight container by pulling -from Kolla dockerhub or by building them locally. +Networking-ODL is an additional Neutron plugin that allows the OpenDaylight +SDN Controller to utilize its networking virtualization features. +For OpenDaylight to work, the Networking-ODL plugin has to be installed in +the ``neutron-server`` container. In this case, one could use the +neutron-server-opendaylight container and the opendaylight container by +pulling from Kolla dockerhub or by building them locally. -Further OpenDaylight globals.yml configurable options with their defaults include: +OpenDaylight globals.yml configurable options with their defaults include: :: opendaylight_release: "0.6.1-Carbon" @@ -205,16 +206,17 @@ Further OpenDaylight globals.yml configurable options with their defaults includ Clustered OpenDaylight Deploy ----------------------------- -High availability clustered OpenDaylight requires modifying the inventory file and placing -three or more hosts in the OpenDaylight or Networking groups. Note: The OpenDaylight role -will allow deploy of one or three plus hosts for OpenDaylight/Networking role. +High availability clustered OpenDaylight requires modifying the inventory file +and placing three or more hosts in the OpenDaylight or Networking groups. +Note: The OpenDaylight role will allow deploy of one or three plus hosts for +OpenDaylight/Networking role. Verification ------------ Verify the build and deploy operation of Networking-ODL containers. Successful -deployment will bring up an Opendaylight container in the list of running containers on -network/opendaylight node. +deployment will bring up an Opendaylight container in the list of running +containers on network/opendaylight node. For the source code, please refer to the following link: