Fix doc8 failures

The new openstack-tox-docs fails the doc8 test due to overlong lines.
Wrap them around.

Change-Id: I335be7fc37302d86d6b8d8182188623aa91542ba
Needed-By: https://review.openstack.org/595412
This commit is contained in:
Andreas Jaeger 2018-08-31 09:28:23 +02:00
parent 62f8e70340
commit 41720b51b1

@ -6,7 +6,8 @@ Building Container Images
Firstly, ensure kolla is installed or ready for development. Firstly, ensure kolla is installed or ready for development.
Then the :command:`kolla-build` command is responsible for building Docker images. Then the :command:`kolla-build` command is responsible for building
Docker images.
.. note:: .. note::
@ -23,9 +24,10 @@ designed to hold advanced customizations when building images.
If you have already cloned the Kolla Git repository to the ``kolla`` folder, If you have already cloned the Kolla Git repository to the ``kolla`` folder,
generate the ``kolla-build.conf`` file using the following steps. generate the ``kolla-build.conf`` file using the following steps.
If you don't, you can also run ``kolla-build`` without a ``kolla-build.conf`` If you don't, you can also run ``kolla-build`` without a
or with the file you find in the ``etc_examples`` folder of the Kolla pip package. ``kolla-build.conf`` or with the file you find in the ``etc_examples``
But you should only do that for testing purposes, if at all. folder of the Kolla pip package. But you should only do that for
testing purposes, if at all.
.. code-block:: console .. code-block:: console