Docs: Cleanup page to configure to docs standards

- Removed "**WARNINGS**" and used a note instead
- Cleanup of unnecessary spaces

Change-Id: I968f9350db8c4e2450fc9d7d59de54bf75d09c53
This commit is contained in:
Jean-Philippe Evrard 2016-04-22 10:30:44 +01:00 committed by Jean-Philippe Evrard
parent 9db409dc60
commit 3107fdd298

View File

@ -52,7 +52,7 @@ string to disable ``network=writeback``.
The following minimal example configuration sets nova to use the
The following minimal example configuration sets nova to use the
``ephemeral-vms`` ceph pool.The example uses cephx authentication, and
requires an existing ``cinder`` account for the ``ephemeral-vms`` pool.
@ -67,7 +67,7 @@ requires an existing ``cinder`` account for the ``ephemeral-vms`` pool.
If you have a different ceph username for the pool, you can use it as
.. code-block:: console
.. code-block:: console
cinder_ceph_client: <ceph-username>
@ -165,10 +165,10 @@ Ansible variables:
nova_system_user_uid = <specify a UID>
nova_system_group_gid = <specify a GID>
**WARNING:** Setting this value **after** deploying an environment with
OpenStack-Ansible can cause failures, errors, and general instability. These
values should only be set once **before** deploying an OpenStack environment
and then never changed.
.. warning:: Setting this value **after** deploying an environment with
OpenStack-Ansible can cause failures, errors, and general instability. These
values should only be set once **before** deploying an OpenStack environment
and then never changed.
--------------