[config-ref] Remove unnecessary quotes

Change-Id: I9a85a632059fad62a567946f3de19e7c11e5ead1
Implements: blueprint config-ref-rst
This commit is contained in:
KATO Tomoyuki 2015-12-01 07:27:03 +09:00
parent f930f129b6
commit d9b03660b9
5 changed files with 7 additions and 7 deletions

View File

@ -8,10 +8,10 @@ The preferred system is the OpenStack Identity service,
code-named keystone.
To customize authorization settings for Compute, use the configuration
options documented in the table ":ref:`nova-authentication`".
options documented in the table :ref:`nova-authentication`.
To customize certificate authority settings for Compute, use the
configuration options documented in the table ":ref:`nova-ca`".
configuration options documented in the table :ref:`nova-ca`.
To customize Compute and the Identity service to use LDAP as a backend,
refer to the configuration options documented in the table :ref:`nova-ldap`".

View File

@ -188,7 +188,7 @@ In the child cell, run the following, as root:
--port 5672 --virtual_host api_vhost --woffset 1.0 --wscale 1.0
To customize the Compute cells, use the configuration
option settings documented in the table ":ref:`nova-cells`".
option settings documented in the table :ref:`nova-cells`.
Cell scheduling configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -201,7 +201,7 @@ available to prioritize cells for scheduling:
scheduler_filter_classes
List of filter classes. By default ``nova.cells.filters.all_filters``
is specified, which maps to all cells filters included with Compute
(see the section called ":ref:`Filters <compute-scheduler-filters>`").
(see the section called :ref:`Filters <compute-scheduler-filters>`).
scheduler_weight_classes
List of weight classes.

View File

@ -26,4 +26,4 @@ This will be especially beneficial for operations that cross multiple
compute nodes, such as migrations or resizes.
To customize the ``Conductor``, use the configuration option settings
documented in the table ":ref:`nova-conductor`".
documented in the table :ref:`nova-conductor`.

View File

@ -6,4 +6,4 @@ You can use ``nova.conf`` file to configure where Compute logs events,
the level of logging, and log formats.
To customize log formats for OpenStack Compute, use the configuration
option settings documented in the table ":ref:`nova-logging`".
option settings documented in the table :ref:`nova-logging`.

View File

@ -16,7 +16,7 @@ For a list of configuration options, see the tables in this guide.
To learn more about the ``nova.conf`` configuration file,
review the general purpose configuration options documented in
the table ":ref:`nova-common`".
the table :ref:`nova-common`.
.. important::