Block oslo.messaging 2.8.0

Released on 11/9, there has been a spike in timeout failures in
nova unit/functional test jobs that rely on in-memory RPC from
oslo.messaging.

From local testing it sounds like d700c38279 is the issue.

Change-Id: I37eeb57e99db5f77a11eed471ac6c55c4547e821
Related-Bug: #1514876
This commit is contained in:
Matt Riedemann 2015-11-10 07:28:15 -08:00
parent 3ed94a9177
commit 7ee45536a3
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ oslo.context>=0.2.0 # Apache-2.0
oslo.db>=3.0.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0
oslo.messaging>=1.16.0,!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1 # Apache-2.0
oslo.messaging>=1.16.0,!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.8.0 # Apache-2.0
oslo.middleware>=2.8.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0
oslo.reports>=0.6.0 # Apache-2.0

View File

@ -194,7 +194,7 @@ oslo.context===0.8.0
oslo.db===3.1.0
oslo.i18n===2.7.0
oslo.log===1.13.0
oslo.messaging===2.8.0
oslo.messaging===2.7.0
oslo.middleware===2.10.0
oslo.policy===0.12.0
oslo.reports===0.8.0