Comment 8 for bug 1342192

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

Reviewed: https://review.openstack.org/134133
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=592099475c5c02d281abe036b0a4fa1d6a0a6473
Submitter: Jenkins
Branch: master

commit 592099475c5c02d281abe036b0a4fa1d6a0a6473
Author: Vincent Hou <email address hidden>
Date: Thu Nov 13 00:19:28 2014 -0800

    List all the request items when the list is over osapi_max_limit

    Convert the function _list into a loop function, which can retrieve
    the items from the next link till the limit or the end of items has
    been reached. This works for v2 only.

    So far, only volume list in v2 support limit. The limit parameter
    work for volume list in v2 only, but other list can extend it in
    future work.

    Change-Id: I011f0ed1a4ab639f67db6cae580d978c0b44c1bb
    closes-bug: #1342192