Comment 2 for bug 1280343

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

Reviewed: https://review.openstack.org/128142
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=d4658117e394971661b15b4bce8ecd3a4e1e5b8f
Submitter: Jenkins
Branch: master

commit d4658117e394971661b15b4bce8ecd3a4e1e5b8f
Author: Eddie Sheffield <email address hidden>
Date: Mon Oct 13 20:07:36 2014 -0400

    Glance scrubber should page thru images from registry

    If the registry is limited in it's page size when returning the
    list of images, the scrubber will only receive the first page.
    This patch enables the scrubber to retrieve all the pages of
    images.

    The new tests are implemented with mock rather than mox. There
    is another patch (https://review.openstack.org/#/c/111995) to
    convert the existing code in test_scrubber to use mock.

    Change-Id: I106f679be96bd39167337c4e27f4046f90d7d7ff
    Closes-Bug: 1280343