From b9378126e9c7302346f0e27bf33c1d0e4700273c Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 3 Apr 2017 13:07:40 +0800 Subject: [PATCH] Fix the "tox -e docs" failed doc/running-tests.rst:64: D001 Line too long doc/bifrost.rst:164: D000 Unknown target name: "edit-inventory". doc/nova-fake-driver.rst:: WARNING: document isn't included in any toctree Change-Id: I83bb44ed10cb464f87e5235a423a475151ace208 --- doc/bifrost.rst | 4 ++-- doc/index.rst | 1 + doc/running-tests.rst | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/bifrost.rst b/doc/bifrost.rst index 82af61d946..81d68d6f20 100644 --- a/doc/bifrost.rst +++ b/doc/bifrost.rst @@ -166,8 +166,8 @@ group. In the ``all-in-one`` and ``multinode`` inventory files, a ``bifrost`` group is defined which contains all hosts in the ``deployment`` group. This top level ``deployment`` group is intended to represent the host running the ``bifrost_deploy`` container. By default, this group contains ``localhost``. -See `edit-inventory`_ for details on how to modify the Ansible inventory in a -multinode deployment. +See `Multinode Deployment of Kolla `_ +for details on how to modify the Ansible inventory in a multinode deployment. Bifrost does not currently support running on multiple hosts so the ``bifrost`` group should contain only a single host, however this is not enforced by diff --git a/doc/index.rst b/doc/index.rst index b3a4d4acee..27dcc60984 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -65,6 +65,7 @@ Services ironic-guide manila-guide manila-hnas-guide + nova-fake-driver swift-guide bifrost networking-guide diff --git a/doc/running-tests.rst b/doc/running-tests.rst index dfe7b86ac9..25359b452d 100644 --- a/doc/running-tests.rst +++ b/doc/running-tests.rst @@ -61,7 +61,8 @@ directory use: $ tox -e py27 kolla-ansible.tests -To run the tests of a specific file say ``kolla-ansible/tests/test_kolla_docker.py``: +To run the tests of a specific file +say ``kolla-ansible/tests/test_kolla_docker.py``: .. code-block:: console