From 3107fdd298fd90b02153ebca8703f4357ce99c5f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 22 Apr 2016 10:30:44 +0100 Subject: [PATCH] Docs: Cleanup page to configure to docs standards - Removed "**WARNINGS**" and used a note instead - Cleanup of unnecessary spaces Change-Id: I968f9350db8c4e2450fc9d7d59de54bf75d09c53 --- doc/source/install-guide/configure-nova.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/install-guide/configure-nova.rst b/doc/source/install-guide/configure-nova.rst index a9b60f586d..7e75746f02 100644 --- a/doc/source/install-guide/configure-nova.rst +++ b/doc/source/install-guide/configure-nova.rst @@ -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: @@ -165,10 +165,10 @@ Ansible variables: nova_system_user_uid = nova_system_group_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. --------------