a2d662d600
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: I1e0804e2c5021bd78b77483f3156c5b069453555
49 lines
1.9 KiB
XML
49 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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="debconf-rabbitmq">
|
|
<title>RabbitMQ credentials parameters</title>
|
|
<para>For every package that must connect to a Messaging Server, the
|
|
Debian package enables you to configure the IP address for that
|
|
server and the user name and password that is used to connect. The
|
|
following example shows configuration with the <systemitem
|
|
class="service">ceilometer-common</systemitem> package:</para>
|
|
<informalfigure>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata scale="50" fileref="figures/debconf-screenshots/rabbitmq-host.png"/>
|
|
</imageobject>
|
|
</mediaobject>
|
|
</informalfigure>
|
|
<informalfigure>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata scale="50" fileref="figures/debconf-screenshots/rabbitmq-user.png"/>
|
|
</imageobject>
|
|
</mediaobject>
|
|
</informalfigure>
|
|
<informalfigure>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata scale="50" fileref="figures/debconf-screenshots/rabbitmq-password.png"/>
|
|
</imageobject>
|
|
</mediaobject>
|
|
</informalfigure>
|
|
<para>These debconf screens appear in: <systemitem class="service"
|
|
>ceilometer-common</systemitem>, <systemitem class="service"
|
|
>cinder-common</systemitem>, <systemitem class="service"
|
|
>glance-common</systemitem>, <systemitem class="service"
|
|
>heat-common</systemitem>, <systemitem class="service"
|
|
>neutron-common</systemitem> and <systemitem class="service"
|
|
>nova-common</systemitem>.</para>
|
|
<para>This will configure the below directives (example from
|
|
<filename>nova.conf</filename>):</para>
|
|
<programlisting language="ini">[DEFAULT]
|
|
rabbit_host=localhost
|
|
rabbit_userid=guest
|
|
rabbit_password=guest</programlisting>
|
|
<para>The other directives concerning RabbitMQ will stay untouched.</para>
|
|
</section>
|