Comment 2 for bug 1381816

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

Reviewed: https://review.openstack.org/128791
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=9a4d8580e890c3c55c2d02904f5f6983bd06bd1c
Submitter: Jenkins
Branch: master

commit 9a4d8580e890c3c55c2d02904f5f6983bd06bd1c
Author: Travis Tripp <email address hidden>
Date: Wed Oct 15 17:46:54 2014 -0600

    Support Pagination for namespace list

    The rest api metadefs/namespaces supports pagination using the parameters
    of limit, marker, sort_dir, & sort_key. However, the glance client isn't
    passing those parameters through (they come in as kwargs). This is
    preventing pagination from working properly in horizon.

    This is affecting Horizon support: https://review.openstack.org/#/c/104063/

    Change-Id: Ib349cf3a3a437eb1711f350b37d0bd0e7d01330a
    Closes-Bug: 1381816