summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorElod Illes <elod.illes@ericsson.com>2018-10-09 11:10:36 +0200
committerElod Illes <elod.illes@ericsson.com>2018-10-09 11:21:36 +0200
commite4997a4ccfbf75dd738b120c47baba52fc8746b0 (patch)
treee0da7bb4d3ae44895424cde7034fd96e326fca3c /requirements.txt
parentaf18f2be7b02cdbe2d821cbfa66a7489f7372bad (diff)
downloadceilometer-e4997a4ccfbf75dd738b120c47baba52fc8746b0.tar.gz
Skip oslo.messaging 9.0.0 release
With oslo.messaging 9.0.0 the ceilometer tests are failing. A fix [1] in oslo.messaging already proposed and merged, but a release is needed for the ceilometer tests to pass. [1] https://review.openstack.org/#/c/608196/ Change-Id: Ia90e4fb28c42467a9090d53742b5acc9d4841aaa
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 03156982..9459372d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,7 +17,7 @@ oslo.log>=1.14.0 # Apache-2.0
oslo.reports>=0.6.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
-oslo.messaging>=5.12.0 # Apache-2.0
+oslo.messaging!=9.0.0,>=5.12.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
pysnmp<5.0.0,>=4.2.3 # BSD
python-glanceclient>=2.0.0 # Apache-2.0