[config-ref] Add manila RPC section

Split out the tables and create extra section for RPC - like it's done
for other services.

Change-Id: I038dcf9761031a507fcfb8097bebef9b928c9538
This commit is contained in:
Andreas Jaeger 2015-11-29 16:42:42 +01:00 committed by Andreas Jaeger
parent 75fece0d27
commit a6bac3758c
3 changed files with 23 additions and 9 deletions

View File

@ -11,5 +11,6 @@ you can configure by using these instructions.
shared-file-systems/drivers.rst
shared-file-systems/log-files.rst
shared-file-systems/sample-configuration-files.rst
shared-file-systems/rpc.rst
shared-file-systems/misc.rst
tables/conf-changes/manila.rst

View File

@ -1,10 +1,9 @@
=====================
Configuration options
=====================
==================
Additional options
==================
These following options can be set in the ``manila.conf`` file.
These options can also be set in the ``manila.conf`` file.
.. include:: ../tables/manila-amqp.rst
.. include:: ../tables/manila-api.rst
.. include:: ../tables/manila-auth_token.rst
.. include:: ../tables/manila-auth.rst
@ -16,15 +15,11 @@ These following options can be set in the ``manila.conf`` file.
.. include:: ../tables/manila-ganesha.rst
.. include:: ../tables/manila-hds_hnas.rst
.. include:: ../tables/manila-logging.rst
.. include:: ../tables/manila-qpid.rst
.. include:: ../tables/manila-quobyte.rst
.. include:: ../tables/manila-quota.rst
.. include:: ../tables/manila-rabbitmq.rst
.. include:: ../tables/manila-redis.rst
.. include:: ../tables/manila-rpc.rst
.. include:: ../tables/manila-san.rst
.. include:: ../tables/manila-scheduler.rst
.. include:: ../tables/manila-share.rst
.. include:: ../tables/manila-winrm.rst
.. include:: ../tables/manila-zeromq.rst
.. include:: ../tables/manila-zfssa.rst

View File

@ -0,0 +1,18 @@
==================================
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. The OpenStack common
library project, oslo, supports three implementations of AMQP: RabbitMQ,
Qpid, and ZeroMQ.
The following tables contain settings to configure the messaging
middleware for the Shared File System service:
.. include:: ../tables/manila-amqp.rst
.. include:: ../tables/manila-rpc.rst
.. include:: ../tables/manila-rabbitmq.rst
.. include:: ../tables/manila-qpid.rst
.. include:: ../tables/manila-zeromq.rst