Comment 2 for bug 1046353

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

Reviewed: https://review.openstack.org/12420
Committed: http://github.com/openstack/cinder/commit/aef9f4ab05946e2bfef0cdb53071e52425c7f518
Submitter: Jenkins
Branch: master

commit aef9f4ab05946e2bfef0cdb53071e52425c7f518
Author: Clay Gerrard <email address hidden>
Date: Fri Aug 31 20:16:29 2012 +0000

    Filter volumes and snapshots by query string

    Fix query string search_opts filters in api.openstack.volume.volumes and
    snapshots. Fix get_all methods in volumes.api to adequately handle
    parameter matching.

    The current api does not properly apply query string filters by
    display_name, status, or (in the case of snapshots) volume_id. These
    filters are needed both for the end user and operator to display logical
    grouping of these resources.

    Fixes: bug #1046353

    Change-Id: Ia12ffe1bf8a27c8a78daa24c4b728b394932a2b0