c9728d9539
This patch adds a new debconf chapter in the Debian docs. It describe generalities about the Debconf OpenStack. It explains how the following is handled: - Database config (using dbconfig-common) - RabbitMQ config - API endpoint registrations - keystone_authtoken config - preseeding Also, a number of screenshots are added. Note that this is a break-down of: https://review.openstack.org/54394/ into smaller patches. backport: havana Change-Id: Ia5d8e5fc3d397f9441ecb50ef4a3458672307bdc
38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<section xml:id="debconf-rabbitqm"
|
|
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">
|
|
<title>RabbitMQ 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>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata scale="50"
|
|
fileref="figures/debconf-screenshots/rabbitmq-host.png"/>
|
|
</imageobject>
|
|
</mediaobject>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata scale="50"
|
|
fileref="figures/debconf-screenshots/rabbitmq-user.png"/>
|
|
</imageobject>
|
|
</mediaobject>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata scale="50"
|
|
fileref="figures/debconf-screenshots/rabbitmq-password.png"/>
|
|
</imageobject>
|
|
</mediaobject>
|
|
<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>
|
|
</section>
|