Comment 4 for bug 1221274

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

Reviewed: https://review.openstack.org/120727
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=2c3e3656b02a6f26c9fe98e95be103fe48015ae7
Submitter: Jenkins
Branch: master

commit 2c3e3656b02a6f26c9fe98e95be103fe48015ae7
Author: Mike Fedosin <email address hidden>
Date: Thu Sep 11 13:08:30 2014 +0400

    Adds the ability to sort images with multiple keys

    Extend rest api v2 with multiple sort keys support.
    Example:
    /v2/images/detail?sort_key=name&sort_key=size
    Changed database api which now takes sort_key param as a list instead of string
    python-glanceclient support will be added in separate commit

    Change-Id: Ib7a6aeb2df3bc5d23fe8e070290b5bfcab00c0f5
    DocImpact
    Partial-Bug: 1221274