[config-ref] cleanup common configurations

Change-Id: Icd2dafb8447c5f4336a287828f4d0d6654d51f4b
This commit is contained in:
KATO Tomoyuki 2016-09-30 10:31:08 +09:00
parent b52a302144
commit 0075570d41
4 changed files with 11 additions and 15 deletions

View File

@ -5,10 +5,6 @@ Common configurations
This chapter describes the common configurations
for shared service and libraries.
.. warning::
This chapter is work in progress.
.. toctree::
:maxdepth: 1

View File

@ -1,8 +1,8 @@
======================
Database configuration
======================
=======================
Database configurations
=======================
You can configure OpenStack Compute to use any SQLAlchemy-compatible database.
You can configure OpenStack services to use any SQLAlchemy-compatible database.
To ensure that the database schema is current, run the following command:

View File

@ -1,6 +1,6 @@
=================
Configure logging
=================
======================
Logging configurations
======================
You can configure where the service logs events, the level of logging,
and log formats.

View File

@ -1,8 +1,8 @@
=======================================
Configure the Oslo RPC messaging system
=======================================
============================
RPC messaging configurations
============================
OpenStack projects use :term:`Advanced Message Queuing Protocol (AMQP)`,
OpenStack services use :term:`Advanced Message Queuing Protocol (AMQP)`,
an open standard for messaging middleware.
This messaging middleware enables the OpenStack services that run on
multiple servers to talk to each other. OpenStack Oslo RPC supports