From 88ab6d00850c2b6e5b8ca4878a306d7ae889437b Mon Sep 17 00:00:00 2001
From: Mark McLoughlin <markmc@redhat.com>
Date: Mon, 26 Aug 2013 15:17:06 +0100
Subject: [PATCH] Allow use of oslo.messaging 1.2.0a11

Since a11:

 1806c07 Remove check_for_lock support in RPCClient
 f7cf853 Don't include msg_id or reply_q in casts
 aebe53f Fix race-condition in rabbit reply processing
 59299dc Fix error message if message handler fails

Change-Id: Ic55d4214ff091456e33a028b584bab340c30eab0
---
 dev-requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-requirements.txt b/dev-requirements.txt
index a95048ecd2..c76608831f 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -10,5 +10,5 @@
 #
 -f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
 oslo.config>=1.2.0a3
--f http://tarballs.openstack.org/oslo.messaging/oslo.messaging-1.2.0a10.tar.gz#egg=oslo.messaging-1.2.0a10
-oslo.messaging>=1.2.0a10
+-f http://tarballs.openstack.org/oslo.messaging/oslo.messaging-1.2.0a11.tar.gz#egg=oslo.messaging-1.2.0a11
+oslo.messaging>=1.2.0a11