From bbcfcbb1af01c64b6f61ce3d15c5303dd6be26aa Mon Sep 17 00:00:00 2001 From: liusheng Date: Thu, 15 Oct 2015 09:20:00 +0800 Subject: [PATCH] Block oslo.messaging 2.6.1 release The oslo.messaging-2.6.1 has broken Ceilometer Jenkins job two days, The change[1] could hopefully fix the issue, but it is better to block the oslo.messaging-2.6.1 to make Ceilometer Jenkins alive now. [1] https://review.openstack.org/#/c/234372/ Related-Bug: #1505730 Change-Id: Ibb2a8c18651c601c844c3bc9d89f18ae032accf8 Depends-On: Id1e58a9db0d277de2f30de54db97040811f40ff2 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4e30bbe..745cc1d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ oslo.service>=0.9.0 # Apache-2.0 PasteDeploy>=1.5.0 pbr>=1.6 pecan>=1.0.0 -oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0 +oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0,!=2.6.0,!=2.6.1 # Apache-2.0 oslo.middleware>=2.8.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.utils>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b3be2a9d..614965f4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -30,4 +30,4 @@ testscenarios>=0.4 testtools>=1.4.0 gabbi>=1.1.4 # Apache-2.0 requests-aws>=0.1.4 # BSD License (3 clause) -tempest-lib>=0.9.0 +tempest-lib>=0.10.0