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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user