Merge "Swift client does not stringify object names anymore on get_object()"
This commit is contained in:
commit
b6a6a7d62c
@ -210,7 +210,7 @@ class SwiftStorage(base.Storage):
|
||||
:return:
|
||||
"""
|
||||
for chunk in self.swift().get_object(
|
||||
self.container, backup, resp_chunk_size=self.chunk_size)[1]:
|
||||
self.container, str(backup), resp_chunk_size=self.chunk_size)[1]:
|
||||
yield chunk
|
||||
|
||||
def write_backup(self, rich_queue, backup):
|
||||
|
@ -1,7 +1,7 @@
|
||||
astroid<1.4.0 # breaks pylint 1.4.4
|
||||
setuptools>=16.0
|
||||
pbr>=1.6
|
||||
python-swiftclient>=2.2.0,<=2.6.0
|
||||
python-swiftclient>=2.2.0 # Apache-2.0
|
||||
python-keystoneclient>=1.6.0,!=1.8.0
|
||||
python-cinderclient>=1.3.1
|
||||
python-glanceclient>=1.2.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user