Comment 2 for bug 1288429

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

Reviewed: https://review.openstack.org/78678
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=b63c28b7276d4c320fde8f481f61611d28278900
Submitter: Jenkins
Branch: master

commit b63c28b7276d4c320fde8f481f61611d28278900
Author: Steven Kaufer <email address hidden>
Date: Thu Mar 6 17:20:50 2014 +0000

    Include next link when default limit is reached

    The /volumes and /volumes/details APIs support pagination and a
    "next" link should be included when more data is available. When
    the default "osapi_max" limit is reached then the "next" link is
    not included in the API reply. In this case, the caller cannot
    determine if there are any more volumes and has no marker value
    such that they can retrieve the rest of the volumes.

    The fix for this is to include the "next" link when the number of
    volumes being returned is the maximum limit, even if the "limit"
    parameter is not supplied.

    Change-Id: I2f04192e67f80232b4019194f718625dbaf78fa6
    Closes-bug: 1288429