c71296175f
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I47786e5f70b64e1b14d1015ec5613a538ef8fc52
35 lines
1018 B
XML
35 lines
1018 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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="ha-aa-rabbitmq">
|
|
|
|
<title>RabbitMQ</title>
|
|
|
|
<para>RabbitMQ is the default AMQP server used by many OpenStack services. Making the RabbitMQ service
|
|
highly available involves the following steps:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
Install RabbitMQ
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Configure RabbitMQ for HA queues
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Configure OpenStack services to use Rabbit HA queues
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<xi:include href="ha_aa_rabbitmq/section_install_rabbitmq.xml"/>
|
|
<xi:include href="ha_aa_rabbitmq/section_configure_rabbitmq.xml"/>
|
|
<xi:include href="ha_aa_rabbitmq/section_configure_openstack_services_to_user_rabbitmq.xml"/>
|
|
|
|
</chapter>
|