Comment 1 for bug 1755995

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

Reviewed: https://review.openstack.org/559984
Committed: https://git.openstack.org/cgit/openstack/python-glareclient/commit/?id=98d2a4deb7ccd8635ab2d4f21a5601922990a44d
Submitter: Zuul
Branch: master

commit 98d2a4deb7ccd8635ab2d4f21a5601922990a44d
Author: Kushal Agrawal <email address hidden>
Date: Tue Apr 10 16:11:26 2018 +0530

    Marker support for next page in list command

    Marker is required to get the next page in list api
    in case there are more records available either because of
    custom limit provided in request or because of default limit
    configured in system (client and server).

    ex: glare list all --limit=5 --marker=<artifact_id>

    Change-Id: I9f5c890c46b7f1f1e6fefdb7320c4fe00a2b0972
    Closes-bug: #1755995