Add queue configuration changes to support HA Rabbit queues.

Add HA configurations to support Rabbit MQ and oslo.messaging queues,
including setting Rabbit-specific HA configuration fields.

Change-Id: Ie9a60f7a255281cf96965aa8c6473667ce6a206e
This commit is contained in:
jfwood
2014-01-02 09:52:32 -06:00
parent 3d9136e837
commit 0ce3e90961
4 changed files with 30 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ fpm -s python -t rpm -n python-wsgiref-barbican -v 0.1.2 wsgiref
fpm -s python -t rpm pysqlite
fpm -s python -t rpm -v 0.13.0 eventlet
fpm -s python -t rpm oslo.config
fpm -s python -t rpm oslo.messaging
fpm -s python -t rpm iso8601
fpm -s python -t rpm -v 3.0.8 kombu
fpm -s python -t rpm -n python-webob-barbican -v 1.2.3 webob
@@ -33,11 +34,6 @@ fpm -s python -t rpm -v 0.7.10 SQLAlchemy
# --> python-sqlalchemy 0.5.5-3.el6_2 exists, but is incompatible
fpm -s python -t rpm alembic
# oslo.messaging
wget http://tarballs.openstack.org/oslo.messaging/oslo.messaging-1.3.0a1.tar.gz
tar -zxvf oslo.messaging-1.3.0a1.tar.gz
fpm -s python -t rpm oslo.messaging-1.3.0a1/setup.py
# ---------------------
# Indirect dependencies
# ---------------------