From b25e8c486b2e4a3431cff52a260fc3de51462060 Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Sun, 21 Jan 2018 21:52:30 +0800
Subject: [PATCH] Fix tox -e docs failed

doc/source/user/quickstart.rst:194: D001 Line too long
doc/source/user/quickstart.rst:337: D001 Line too long
doc/source/user/quickstart.rst:339: D001 Line too long

Change-Id: Ibbb3588bddf3bfe9d49c2b2b6909f80c36ec2aff
---
 doc/source/user/quickstart.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index f3abf5100a..de7df4b03e 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -191,8 +191,8 @@ files. Difference between them is that the former is ready for deploying
 single node OpenStack on localhost. If you need to use separate host or more
 than one node, edit ``multinode`` inventory:
 
-Edit the first section of ``multinode`` with connection details of your environment,
-for example:
+Edit the first section of ``multinode`` with connection details of your
+environment, for example:
 
 ::
 
@@ -334,10 +334,10 @@ There are a few options that are required to deploy Kolla-Ansible:
 
       network_interface: "eth0"
 
-  Second interface required is dedicated for Neutron external (or public) networks,
-  can be vlan or flat, depends on how the networks are created. This interface
-  should be active without IP address. If not, instances won't be able to access
-  to the external networks.
+  Second interface required is dedicated for Neutron external (or public)
+  networks, can be vlan or flat, depends on how the networks are created.
+  This interface should be active without IP address. If not, instances
+  won't be able to access to the external networks.
 
   ::