dc3a3978cf
We cannot use ..only.. with a toctree, it gets parsed at the wrong time. Add a second Debian specific index file so that Debian gets only this file. This avoids the double index entry in the sidetable but leads to no index table for Debian. Change-Id: I6f4e7dffb2c5cd4416607817dcb3685b65b0674d Partial-Fix: #1488187
975 B
975 B
- orphan
RabbitMQ credentials parameters
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 ceilometer-common
package:
These debconf screens appear in: ceilometer-common
,
cinder-common
, glance-common
,
heat-common
, neutron-common
, and
nova-common
.
This will configure the below directives (example from nova.conf
):
[DEFAULT]
rabbit_host=localhost
rabbit_userid=guest
rabbit_password=guest
The other directives concerning RabbitMQ will stay untouched.