Stable liberty py27 tests can fail

After version 3.0.0 of the swift client, it can cause the glance_store
tests to fail. This pins the version to before 3.0.0 to avoid this
problem.

Change-Id: Ib9a234a14d35951a7fd023078ac6a76736b2999e
Closes-Bug: 1583637
This commit is contained in:
Niall Bunting 2016-05-26 09:59:06 +00:00
parent 7b13ce62b4
commit 4cd5332604
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ vmware =
oslo.vmware>=1.16.0 # Apache-2.0
swift =
httplib2>=0.7.5
python-swiftclient>=2.2.0
python-swiftclient>=2.2.0,<3.0.0
gridfs =
pymongo>=3.0.2
cinder =