From 9f6a8e70a579b5953aa4143e6630291b602c2eff Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Wed, 31 May 2017 09:43:16 +0200 Subject: [PATCH] Gate fix: cap oslo.messaging Change-Id: If25aca595254178fdcc43e8dbfb67e711bd64433 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6dc4241..f25992e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. oslo.config>=3.9.0 # Apache-2.0 -oslo.messaging>=4.5.0 # Apache-2.0 +oslo.messaging>=4.5.0,<5.11.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 pbr>=1.6 # Apache-2.0 pycadf!=2.0.0,>=1.1.0 # Apache-2.0