Make the RabbitMQ settings more consistent

Modify the RabbitMQ password for all distributions using it, and provide
configuration informations for all the OpenStack services connected to
the message bus.

Change-Id: I6309c9080ab34885c68c11b5d37783e07bdd98bd
backport: havana
Closes-Bug: #1249230
This commit is contained in:
Gauvain Pocentek
2013-11-08 15:58:40 +08:00
parent 0d733eb1e0
commit d9417b25d9
13 changed files with 150 additions and 35 deletions

View File

@@ -184,6 +184,7 @@
core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
control_exchange = neutron
rabbit_host = <replaceable>controller</replaceable>
rabbit_password = <replaceable>RABBIT_PASS</replaceable>
notification_driver = neutron.openstack.common.notifier.rabbit_notifier
[database]
@@ -197,6 +198,7 @@ admin_password=<replaceable>NEUTRON_PASS</replaceable>
<programlisting language="ini" os="debian">[DEFAULT]
control_exchange = neutron
rabbit_host = <replaceable>controller</replaceable>
rabbit_password = <replaceable>RABBIT_PASS</replaceable>
notification_driver = neutron.openstack.common.notifier.rabbit_notifier
[database]
@@ -282,6 +284,7 @@ libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
control_exchange = neutron
rabbit_host = <replaceable>controller</replaceable>
rabbit_password = <replaceable>RABBIT_PASS</replaceable>
notification_driver = neutron.openstack.common.notifier.rabbit_notifier
[database]
@@ -340,6 +343,7 @@ local_ip = 9.181.89.203
core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
control_exchange = neutron
rabbit_host = <replaceable>controller</replaceable>
rabbit_password = <replaceable>RABBIT_PASS</replaceable>
notification_driver = neutron.openstack.common.notifier.rabbit_notifier
allow_overlapping_ips = True</programlisting>
<para><emphasis role="bold">Set