Thomas Goirand da9ea428bf RabbitQM vs RabbitMQ typo fix
Seems like a typo has been repeated all over the doc with MQ instead
of QM. This patch fixes it:
- rename of the file section_debconf-rabbitqm.xml into
section_debconf-rabbitmq.xml.
- rename of xml:id="debconf-rabbitqm" inside that file to
xml:id="debconf-rabbitmq".
- rename of all references to debconf-rabbitqm accordingly.

Thanks to Matt Kassawara who noticed it.

Change-Id: I44d19adda6b36d4648187af16e431c3405ade779
Backport: icehouse
2014-06-09 15:18:38 +08:00

13 lines
586 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="ch_debconf" os="debian">
<title>Configure OpenStack with debconf</title>
<xi:include href="section_debconf-concepts.xml"/>
<xi:include href="section_debconf-dbconfig-common.xml"/>
<xi:include href="section_debconf-rabbitmq.xml"/>
<xi:include href="section_debconf-keystone_authtoken.xml"/>
<xi:include href="section_debconf-api-endpoints.xml"/>
</chapter>