3b418ff7c5
Use multiple categories for oslo_messaging options (rpc, amqp, rabbitmq, qpid, zmq) instead of a single rpc category. This patch uses the autohelp script to generate tables and brings a few other updates in the tables. Partial-Bug: #1448119 Change-Id: I05476d97c20469c349b21404c49fccb9a9b77380
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="image-configuring-rpc">
|
|
<title>Configure the RPC messaging system</title>
|
|
<para>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: <application>RabbitMQ</application>,
|
|
<application>Qpid</application>, and
|
|
<application>ZeroMQ</application>.</para>
|
|
<para>The following tables contain settings to configure the
|
|
messaging middleware for the Image service:</para>
|
|
<xi:include href="../../common/tables/glance-zeromq.xml"/>
|
|
<xi:include href="../../common/tables/glance-amqp.xml"/>
|
|
<xi:include href="../../common/tables/glance-rpc.xml"/>
|
|
<xi:include href="../../common/tables/glance-rabbitmq.xml"/>
|
|
<xi:include href="../../common/tables/glance-qpid.xml"/>
|
|
</section>
|