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
This commit is contained in:
Brian Rosmaita 2018-10-08 15:59:31 -04:00
parent e5e1cc439c
commit b9047e87b6
1 changed files with 1 additions and 1 deletions

View File

@ -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