Merge "[DOCS] Fix up validation failures"

This commit is contained in:
Jenkins 2016-07-25 22:32:00 +00:00 committed by Gerrit Code Review
commit 5a8ce375c7
7 changed files with 18 additions and 14 deletions

View File

@ -1,8 +1,8 @@
`Home <index.html>`_ OpenStack-Ansible Installation Guide `Home <index.html>`_ OpenStack-Ansible Installation Guide
================================ =================================
Appendix A: Configuration files Appendix A: Configuration files
================================ =================================
`openstack_user_config.yml `openstack_user_config.yml
<https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_ <https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_

View File

@ -1,8 +1,8 @@
`Home <index.html>`_ OpenStack-Ansible Installation Guide `Home <index.html>`_ OpenStack-Ansible Installation Guide
================================================= ==================================================
Appendix E: Customizing host and service layouts Appendix E: Customizing host and service layouts
================================================= ==================================================
Understanding the default layout Understanding the default layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -10,7 +10,8 @@ OpenStack Ansible supports Block Storage (cinder) and Object Storage (swift).
Block storage (cinder) Block storage (cinder)
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
.. Suggestion: Document the location of the cinder-api service (containers on the infra hosts) .. Suggestion: Document the location of the cinder-api service (containers on
the infra hosts)
.. Suggestion: Document the location of the cinder-volumes service .. Suggestion: Document the location of the cinder-volumes service
.. important:: .. important::
@ -28,7 +29,7 @@ set up a container inside one of the infra hosts.
``cinder_volumes`` do not run in HA `active/active` mode. ``cinder_volumes`` do not run in HA `active/active` mode.
This is not to be set up on multiple hosts. If you have multiple storage This is not to be set up on multiple hosts. If you have multiple storage
backends, set up one per volumes container. backends, set up one per volumes container.
For more information: `https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/cinder-volume-active-active-support.html>`_. For more information: `<https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/cinder-volume-active-active-support.html>`_.
Networking for Block Storage (cinder) Networking for Block Storage (cinder)
@ -42,8 +43,10 @@ and ``br-mgmt`` for API requests. ``cinder-volumes`` hosts require
Object Storage (swift) Object Storage (swift)
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
.. Suggestion: Document the location of the swift-proxy hosts (containers on the infra hosts). .. Suggestion: Document the location of the swift-proxy hosts (containers on
.. Suggestion: Document the location of the swift account/object/container services (on separate physical hosts) the infra hosts).
.. Suggestion: Document the location of the swift account/object/container
services (on separate physical hosts)
Networking for Object Storage (swift) Networking for Object Storage (swift)
------------------------------------- -------------------------------------

View File

@ -1,8 +1,8 @@
`Home <index.html>`_ OpenStack-Ansible Installation Guide `Home <index.html>`_ OpenStack-Ansible Installation Guide
==================== =====================
Chapter 1. Overview Chapter 1. Overview
==================== =====================
.. toctree:: .. toctree::

View File

@ -1,8 +1,8 @@
`Home <index.html>`_ OpenStack-Ansible Installation Guide `Home <index.html>`_ OpenStack-Ansible Installation Guide
================================ =================================
Appendix A: Configuration files Appendix A: Configuration files
================================ =================================
`openstack_user_config.yml `openstack_user_config.yml
<https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_ <https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_

View File

@ -1,8 +1,8 @@
`Home <index.html>`_ OpenStack-Ansible Installation Guide `Home <index.html>`_ OpenStack-Ansible Installation Guide
==================== =====================
Chapter 1. Overview Chapter 1. Overview
==================== =====================
.. toctree:: .. toctree::

View File

@ -173,6 +173,7 @@ commands =
{[testenv:ansible-lint]commands} {[testenv:ansible-lint]commands}
{[testenv:ansible-syntax]commands} {[testenv:ansible-syntax]commands}
{[testenv:inventory]commands} {[testenv:inventory]commands}
{[testenv:docs]commands}
[testenv:functional] [testenv:functional]