Fix a freezer-agent bug for when restoring data from Swift

There's a bug in the freezer-ageng that prevent
restoring data from Swift.

Change-Id: I0e5f670eb0004fd6bcaa05baaa232bc956448142
Closes-Bug: #1537364
(cherry picked from commit 480d94d860)
This commit is contained in:
Fausto Marzi 2016-01-23 13:02:45 +00:00
parent 74306bfcd4
commit 20fa0e4d16
2 changed files with 2 additions and 2 deletions

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
python-swiftclient>=2.2.0,<=2.6.0
python-keystoneclient>=1.6.0,!=1.8.0
python-cinderclient>=1.3.1
python-glanceclient>=0.18.0

View File

@ -1,6 +1,6 @@
[metadata]
name = freezer
version = 1.2.1
version = 1.2.2
author = Freezer Team
author-email = openstack-dev@lists.openstack.org
summary = The OpenStack Backup Restore and Disaster Recovery as a Service Platform