Comment 2 for bug 1197402

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

Reviewed: https://review.openstack.org/35482
Committed: http://github.com/openstack/glance/commit/7e844389c5adbb3d23505b3b52ced9a175b22d1a
Submitter: Jenkins
Branch: master

commit 7e844389c5adbb3d23505b3b52ced9a175b22d1a
Author: Paul Bourke <email address hidden>
Date: Tue Jul 2 18:21:17 2013 +0000

    Fix cache delete-all-queued-images for xattr

    Deleting all queued images was broken when using caching with the xattr
    driver, due to a missing get_cache_files function.

    The missing function can be satisfied by substituting the call to
    get_cache_files() with get_all_regular_files()

    Fixes bug 1197402

    Change-Id: Ia7f289e15615ef31865ebfd23902aa1ae1b05d66