Docs: Fix bulleted lists and spacing

Minor changes to improve the wording in a few bulleted lists. Clean up
some spacing and a couple links.

Change-Id: I74831a07188106270362ceaf5bb2b9ecbb3f6af2
This commit is contained in:
Robb Romans
2016-05-16 17:14:45 -05:00
parent 12d9ef21ea
commit a44d075bcb
3 changed files with 74 additions and 74 deletions

View File

@@ -12,21 +12,21 @@ The main Ansible foundation playbook prepares the target hosts for
infrastructure and OpenStack services and performs the following infrastructure and OpenStack services and performs the following
operations: operations:
- Perform deployment host initial setup - Performs deployment host initial setup
- Build containers on target hosts - Builds containers on target hosts
- Restart containers on target hosts - Restarts containers on target hosts
- Install common components into containers on target hosts - Installs common components into containers on target hosts
Running the foundation playbook Running the foundation playbook
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. seealso:: .. note::
Before continuing, validate the configuration files using the Before continuing, validate the configuration files using the
guidance in "`Checking the integrity of your configuration files`_". guidance in `Checking the integrity of your configuration files`_.
.. _Checking the integrity of your configuration files: ../install-guide/configure-configurationintegrity.html .. _Checking the integrity of your configuration files: ../install-guide/configure-configurationintegrity.html

View File

@@ -11,25 +11,25 @@ Chapter 6. Infrastructure playbooks
The main Ansible infrastructure playbook installs infrastructure The main Ansible infrastructure playbook installs infrastructure
services and performs the following operations: services and performs the following operations:
- Install Memcached - Installs Memcached
- Install the repository server - Installs the repository server
- Install Galera - Installs Galera
- Install RabbitMQ - Installs RabbitMQ
- Install Rsyslog - Installs Rsyslog
- Configure Rsyslog - Configures Rsyslog
Running the infrastructure playbook Running the infrastructure playbook
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. seealso:: .. note::
Before continuing, the configuration files may be validated using the Before continuing, validate the configuration files using the
guidance in "`Checking the integrity of your configuration files`_". guidance in `Checking the integrity of your configuration files`_.
.. _Checking the integrity of your configuration files: ../install-guide/configure-configurationintegrity.html .. _Checking the integrity of your configuration files: ../install-guide/configure-configurationintegrity.html
@@ -55,7 +55,7 @@ Verify the database cluster
#. Change to the ``/opt/openstack-ansible/playbooks`` directory. #. Change to the ``/opt/openstack-ansible/playbooks`` directory.
#. Execute the following to show the current cluster state: #. Execute the following command to show the current cluster state:
.. code-block:: shell-session .. code-block:: shell-session

View File

@@ -11,25 +11,25 @@ Chapter 7. OpenStack playbooks
The ``setup-openstack.yml`` playbook installs OpenStack services and The ``setup-openstack.yml`` playbook installs OpenStack services and
performs the following operations: performs the following operations:
- Install Identity (keystone) - Installs Identity (keystone)
- Install the Image service (glance) - Installs the Image service (glance)
- Install Block Storage (cinder) - Installs Block Storage (cinder)
- Install Compute (nova) - Installs Compute (nova)
- Install Networking (neutron) - Installs Networking (neutron)
- Install Orchestration (heat) - Installs Orchestration (heat)
- Install Dashboard (horizon) - Installs Dashboard (horizon)
- Install Telemetry (ceilometer and aodh) - Installs Telemetry (ceilometer and aodh)
- Install Object Storage (swift) - Installs Object Storage (swift)
- Install Ironic - Installs Ironic
Running the OpenStack playbook Running the OpenStack playbook
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~