Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
7eacf5da
Commit
7eacf5da
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix the "tox -e docs" failed"
parents
78bf5823
b9378126
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/bifrost.rst
+2
-2
2 additions, 2 deletions
doc/bifrost.rst
doc/index.rst
+1
-0
1 addition, 0 deletions
doc/index.rst
doc/running-tests.rst
+2
-1
2 additions, 1 deletion
doc/running-tests.rst
with
5 additions
and
3 deletions
doc/bifrost.rst
+
2
−
2
View file @
7eacf5da
...
@@ -166,8 +166,8 @@ group. In the ``all-in-one`` and ``multinode`` inventory files, a ``bifrost``
...
@@ -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
group is defined which contains all hosts in the ``deployment`` group. This
top level ``deployment`` group is intended to represent the host running the
top level ``deployment`` group is intended to represent the host running the
``bifrost_deploy`` container. By default, this group contains ``localhost``.
``bifrost_deploy`` container. By default, this group contains ``localhost``.
See `
edit-inventory`_ for details on how to modify the Ansible inventory in a
See `
Multinode Deployment of Kolla <https://docs.openstack.org/developer/kolla-ansible/multinode.html>`_
multinode deployment.
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``
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
group should contain only a single host, however this is not enforced by
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
1
−
0
View file @
7eacf5da
...
@@ -65,6 +65,7 @@ Services
...
@@ -65,6 +65,7 @@ Services
ironic-guide
ironic-guide
manila-guide
manila-guide
manila-hnas-guide
manila-hnas-guide
nova-fake-driver
swift-guide
swift-guide
bifrost
bifrost
networking-guide
networking-guide
...
...
This diff is collapsed.
Click to expand it.
doc/running-tests.rst
+
2
−
1
View file @
7eacf5da
...
@@ -61,7 +61,8 @@ directory use:
...
@@ -61,7 +61,8 @@ directory use:
$ tox -e py27 kolla-ansible.tests
$ 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
.. code-block:: console
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment