Merge "[config-ref] Remove unnecessary quotes"

This commit is contained in:
Jenkins 2015-12-01 06:16:39 +00:00 committed by Gerrit Code Review
commit 871c5359ae
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. code-named keystone.
To customize authorization settings for Compute, use the configuration 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 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, 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`". 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 --port 5672 --virtual_host api_vhost --woffset 1.0 --wscale 1.0
To customize the Compute cells, use the configuration 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 Cell scheduling configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -201,7 +201,7 @@ available to prioritize cells for scheduling:
scheduler_filter_classes scheduler_filter_classes
List of filter classes. By default ``nova.cells.filters.all_filters`` List of filter classes. By default ``nova.cells.filters.all_filters``
is specified, which maps to all cells filters included with Compute 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 scheduler_weight_classes
List of 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. compute nodes, such as migrations or resizes.
To customize the ``Conductor``, use the configuration option settings 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. the level of logging, and log formats.
To customize log formats for OpenStack Compute, use the configuration 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, To learn more about the ``nova.conf`` configuration file,
review the general purpose configuration options documented in review the general purpose configuration options documented in
the table ":ref:`nova-common`". the table :ref:`nova-common`.
.. important:: .. important::