Comment 2 for bug 1024614

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

Reviewed: https://review.openstack.org/9816
Committed: http://github.com/openstack/python-glanceclient/commit/0f628b19cbbe53ea29de02f4ae84bc893138820f
Submitter: Jenkins
Branch: master

commit 0f628b19cbbe53ea29de02f4ae84bc893138820f
Author: Brian Waldon <email address hidden>
Date: Sat Jul 14 04:39:27 2012 +0000

    Add pagination to v1 image-list

    * Use recursive generator function to make subsequent requests
      to the v1 detailed images resource
    * 'limit' continues to act as the absolute limit of images to return
      from a list call
    * 'page_size' indicates how many images to ask for in each subsequent
      pagination request
    * Expose --page-size through the cli
    * Convert v1 images tests to use strict url comparison
    * Drop strict_url_check from FakeAPI kwargs - now the functionality
      is always active and tests must directly match fixture urls
    * Fix bug 1024614

    Change-Id: Ifa7874d88360e03b5c8aa95bfb9d5e6dc6dc927e