Files
openstack-manuals/doc/install-guide/source/debconf/debconf-rabbitmq.rst
Christian Berendt effb91b8ae [install] remove the :file: RST directive
Change-Id: I2c10515d201ac9a46374e1e530f9d1cc28e3ba0d
Implements: blueprint installguide-liberty
2015-10-08 14:39:44 +00:00

971 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:

image

image

image

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.