[config-ref] Convert database service sections
Convert the database service section files to RST. Implements: blueprint config-ref-rst Change-Id: Ib87530a49aa21e80a6c56518b23b8e66ff58ce2e
This commit is contained in:
parent
dac3aab346
commit
452ab5d4c0
@ -4,4 +4,6 @@ Database service
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
|
database-service/databaseservice_db.rst
|
||||||
|
database-service/databaseservice_rpc.rst
|
||||||
tables/conf-changes/trove.rst
|
tables/conf-changes/trove.rst
|
||||||
|
@ -0,0 +1,18 @@
|
|||||||
|
======================
|
||||||
|
Configure the database
|
||||||
|
======================
|
||||||
|
|
||||||
|
Use the options to configure the used databases:
|
||||||
|
|
||||||
|
.. include:: ../tables/trove-database.rst
|
||||||
|
.. include:: ../tables/trove-db_cassandra.rst
|
||||||
|
.. include:: ../tables/trove-db_couchbase.rst
|
||||||
|
.. include:: ../tables/trove-db_db2.rst
|
||||||
|
.. include:: ../tables/trove-db_mariadb.rst
|
||||||
|
.. include:: ../tables/trove-db_mongodb.rst
|
||||||
|
.. include:: ../tables/trove-db_mysql.rst
|
||||||
|
.. include:: ../tables/trove-db_pxc.rst
|
||||||
|
.. include:: ../tables/trove-db_percona.rst
|
||||||
|
.. include:: ../tables/trove-db_postgresql.rst
|
||||||
|
.. include:: ../tables/trove-db_redis.rst
|
||||||
|
.. include:: ../tables/trove-db_vertica.rst
|
@ -0,0 +1,38 @@
|
|||||||
|
==================================
|
||||||
|
Configure the RPC messaging system
|
||||||
|
==================================
|
||||||
|
|
||||||
|
OpenStack projects use an open standard for messaging middleware known
|
||||||
|
as AMQP. This messaging middleware enables the OpenStack services that
|
||||||
|
run on multiple servers to talk to each other. OpenStack Trove RPC
|
||||||
|
supports three implementations of AMQP: RabbitMQ, Qpid, and ZeroMQ.
|
||||||
|
|
||||||
|
Configure RabbitMQ
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Use these options to configure the RabbitMQ messaging system:
|
||||||
|
|
||||||
|
.. include:: ../tables/trove-rabbitmq.rst
|
||||||
|
|
||||||
|
Configure Qpid
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Use these options to configure the Qpid messaging system:
|
||||||
|
|
||||||
|
.. include:: ../tables/trove-qpid.rst
|
||||||
|
|
||||||
|
Configure ZeroMQ
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Use these options to configure the ZeroMQ messaging system:
|
||||||
|
|
||||||
|
.. include:: ../tables/trove-zeromq.rst
|
||||||
|
|
||||||
|
Configure messaging
|
||||||
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Use these common options to configure the RabbitMQ, Qpid, and ZeroMq
|
||||||
|
messaging drivers:
|
||||||
|
|
||||||
|
.. include:: ../tables/trove-amqp.rst
|
||||||
|
.. include:: ../tables/trove-rpc.rst
|
Loading…
Reference in New Issue
Block a user