Comment 4 for bug 1349528

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-swiftclient (master)

Reviewed: https://review.openstack.org/124856
Committed: https://git.openstack.org/cgit/openstack/python-swiftclient/commit/?id=21fb6f6798015f9f3b9744cf660bdf01822f4b54
Submitter: Jenkins
Branch: master

commit 21fb6f6798015f9f3b9744cf660bdf01822f4b54
Author: Jiří Suchomel <email address hidden>
Date: Mon Sep 29 22:13:06 2014 +0200

    Do not crash with "swift list --lh" for Ceph RadosGW.

    If 'x-timestamp' header is not present in 'swift list' result,
    date string cannot be correctly generated. Check for correct
    exception to catch this case and return a special string value.
    This is just a workaround for faulty RadosGW behavior.

    Change-Id: I172843a2668e33efac00924906ff0dca3e790050
    Closes-Bug: 1349528