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