From 1d38d75c79b63ee836786a1d6378c7a6182f934b Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Fri, 16 Oct 2015 09:27:32 +0000 Subject: [PATCH] Avoid oslo.messaging 2.6.0 and 2.6.1 When using those the tests (both unit and functional) will block, eventually timing out. With this change we should be able to unwedge aodh's CI. Change-Id: Idbf05e5f9424a0f7360e220936b98b2984ca2b04 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 957a7d45a..746fd5698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ oslo.service>=0.1.0 # Apache-2.0 PasteDeploy>=1.5.0 pbr<2.0,>=0.11 pecan>=0.8.0 -oslo.messaging>1.17.1 # Apache-2.0 +oslo.messaging>1.17.1,!=2.6.0,!=2.6.1 # Apache-2.0 oslo.middleware!=2.0.0,>=1.2.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.utils>=1.9.0 # Apache-2.0