Hi Deklan, Following up our conversation on restoring from swift, yes there's a bug, you are right, I've reproduced it. It can be reproduced when python-swiftclient 2.7.0 is installed on the system. In Liberty and Mitaka the requirement is python-swiftclient>=2.2.0. The issue should be solved by doing the following change in requirements.txt -python-swiftclient>=2.2.0 +python-swiftclient>=2.2.0,<=2.6.0 I've opened the following freezer bug: - https://bugs.launchpad.net/freezer/+bug/1537364 The patches to should solve the issue are: Mitaka: - https://review.openstack.org/#/c/271701 Liberty (cherry-pick): - https://review.openstack.org/#/c/271702/ Many thanks for your effort, you are most welcome in the Freezer Team. Fausto -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160123/1d54ba18/attachment.html>