From 4cd5332604ae8973db45e519dd5a486e76617073 Mon Sep 17 00:00:00 2001 From: Niall Bunting Date: Thu, 26 May 2016 09:59:06 +0000 Subject: [PATCH] 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b989627b..1b9f970a 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 =