summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiaozhuangqing <zhuangqing.xiao@easystack.cn>2016-09-05 14:00:06 +0800
committerxiaozhuangqing <zhuangqing.xiao@easystack.cn>2016-09-05 14:00:06 +0800
commit0cd611b8703bc7f1605a6751da346c673735e168 (patch)
tree048b09472f0cf9a6d8a699be4f783a0d2b8bb47a
parent8f08f86c10344343dbde10cbf69caca301213568 (diff)
downloadceilometermiddleware-0cd611b8703bc7f1605a6751da346c673735e168.tar.gz
Bump the oslo.messaging version
Bump the oslo.messaging version to 5.2.0 to avoid the issue occurred with Ceilometer py34 jenkins job, see: Icb34a7f0e03662868aa0ce6e060c5e951711b79e Change-Id: I78cfd58582070028d85e663c7502b1fd765cf174
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 4ba8f82..95341fa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
oslo.config>=3.9.0 # Apache-2.0
-oslo.messaging>=4.5.0 # Apache-2.0
+oslo.messaging>=5.2.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
six>=1.9.0 # MIT