Depending on python-swiftclient>=1.6

Now we're depending on python-swiftclient>=1.6 since the parameter
'headers' was introduced since python-swiftclient 1.6. This is a
regression issue introduced by patch:
https://review.openstack.org/#/c/48913/

get_object(container, obj, resp_chunk_size=None, query_string=None,
response_dict=None, headers=None)

Closes-Bug: #1276033

Change-Id: I174f2dc53a402d48301b17839be8b5fa97064805
This commit is contained in:
Fei Long Wang 2014-02-04 15:52:15 +08:00
parent c5decb13e1
commit 4fe9213c6d

View File

@ -25,7 +25,7 @@ stevedore>=0.12
suds>=0.4
# For Swift storage backend.
python-swiftclient>=1.5
python-swiftclient>=1.6
# For paste.util.template used in keystone.common.template
Paste