Merge "Swift client does not stringify object names anymore on get_object()"

This commit is contained in:
Jenkins 2016-02-12 14:29:20 +00:00 committed by Gerrit Code Review
commit b6a6a7d62c
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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