Comment 8 for bug 1195015

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

Reviewed: https://review.openstack.org/38062
Committed: http://github.com/openstack/cinder/commit/76fc407382315a97cc020e8592199609b3a6a8e9
Submitter: Jenkins
Branch: master

commit 76fc407382315a97cc020e8592199609b3a6a8e9
Author: Mathieu Gagné <email address hidden>
Date: Wed Jun 26 16:27:43 2013 -0400

    Fix volumes search by metadata

    The metadata parameter is urlencoded (to string) by cinderclient
    but isn't decoded back to dict by the API.

    The metadata parameter needs to be converted back to dict
    to be of any use by the filters parameter of get_all().

    The original implementation has been done by:
    Mathieu Gagne <email address hidden>

    Fixes: bug #1195015

    Change-Id: I19d7d386afddddc067e9f4ef86967c9b72d9e530