Comment 6 for bug 1536934

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

Reviewed: https://review.openstack.org/271259
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=e184146a91bcf88b2157d5b3c8bc0f74309d89ed
Submitter: Jenkins
Branch: master

commit e184146a91bcf88b2157d5b3c8bc0f74309d89ed
Author: huangsm <email address hidden>
Date: Sat Dec 12 00:40:56 2015 -0500

    Add filter for do_package_list

    Previously, do_package_list only supported 'limit' and 'include-disabled'.
    With this change, filters that include 'search', 'name','fqn','type',
    'category', 'owned', 'tag', and 'class_name' are supported.

    Change-Id: I1350b7c27157aaaa04053c61e8fead4c9c639ea9
    Closes-Bug:#1536934