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
This commit is contained in:
xiaozhuangqing 2016-09-05 14:00:06 +08:00
parent 8f08f86c10
commit 0cd611b870
1 changed files with 1 additions and 1 deletions

View File

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