summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Bunting <niall.bunting@hpe.com>2016-05-26 09:59:06 +0000
committerNiall Bunting <niall.bunting@hpe.com>2016-05-26 09:59:06 +0000
commit4cd5332604ae8973db45e519dd5a486e76617073 (patch)
tree6c1c9cc47efda1e3f3fc2b4934871641b5a3f764
parent7b13ce62b46c327b90e6b8c0eb85a1f2c8dec217 (diff)
downloadglance_store-stable/liberty.tar.gz
Stable liberty py27 tests can failliberty-eol0.9.3stable/liberty
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
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b989627..1b9f970 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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 =