From b9047e87b6a7d0d5104956edb24b46e361eaf153 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 8 Oct 2018 15:59:31 -0400 Subject: [PATCH] Do not use oslo.messaging 9.0.0 A patch proposed to change the version of olso.messaging in upper-constraints indicates that 9.0.0 breaks glance unit tests [0]. The periodic job that runs current glance tests against oslo masters indicates that the problem has been fixed in olso messaging master by commit 172cfb33f3ee207531a9e82fbc8293d24009a256 [1,2]. [0] https://review.openstack.org/#/c/607521/ [1] http://zuul.openstack.org/builds?pipeline=periodic&project=openstack%2Fglance&job_name=openstack-tox-py35-with-oslo-master [2] http://zuul.openstack.org/builds?pipeline=periodic&project=openstack%2Fglance&job_name=openstack-tox-py27-with-oslo-master Depends-On: https://review.openstack.org/608835 Change-Id: I7d3d76cb2aae7914e4a78669b9755b793cf6ee8a --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b50271243..87e7c0704f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ six>=1.10.0 # MIT oslo.db>=4.27.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 -oslo.messaging>=5.29.0 # Apache-2.0 +oslo.messaging>=5.29.0,!=9.0.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0 oslo.policy>=1.30.0 # Apache-2.0