]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add RabbitMQ and QPID HA support flags to quantum.conf
authorEmilienM <emilien.macchi@enovance.com>
Tue, 26 Mar 2013 13:43:12 +0000 (14:43 +0100)
committerEmilienM <emilien.macchi@enovance.com>
Tue, 2 Apr 2013 17:52:25 +0000 (19:52 +0200)
commitd452ecee207de435554ae994872c18932fedcbd5
treeb97c4a476dfdd00e77d14dad4c29d95ebc56f5e7
parent0deaadd145ed75ca531d5cc48e74b1ab85764903
Add RabbitMQ and QPID HA support flags to quantum.conf

Since Quantum supports HA queues with RabbitMQ (https://review.openstack.org/#/c/13760/),
quantum.conf should provide new flags for explain how to configure multiple RabbitMQ servers and enable HA.

New flags :
rabbit_hosts=$rabbit_host:$rabbit_port
rabbit_ha_queues=false
qpid_hosts = localhost:5672

Fix Bug #1160369

Change-Id: I35903b1b7b66fde8d70ac7e8076e0def2a1f2d04
etc/quantum.conf