Merge "Fix the "tox -e docs" failed"

This commit is contained in:
Jenkins 2017-04-05 11:20:57 +00:00 committed by Gerrit Code Review
commit 7eacf5da96
3 changed files with 5 additions and 3 deletions

@ -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 <https://docs.openstack.org/developer/kolla-ansible/multinode.html>`_
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

@ -65,6 +65,7 @@ Services
ironic-guide
manila-guide
manila-hnas-guide
nova-fake-driver
swift-guide
bifrost
networking-guide

@ -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