Comment 5 for bug 1401902

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

Reviewed: https://review.openstack.org/149066
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=61a40343fdbb89a1c6404ab03fcfd84daee31c9e
Submitter: Jenkins
Branch: master

commit 61a40343fdbb89a1c6404ab03fcfd84daee31c9e
Author: Dean Troyer <email address hidden>
Date: Wed Jan 21 15:02:58 2015 -0600

    Add filter to image list

    * Hides previously broken --page-size option
    * Adds --property to image list for filtering on properties
    * Adds Visibility, Protected, Owner, Properties/Tags to --long output
    * Adds api.utils.simple_filter() for selecting matches out of a list
      of objects
    * Adds tests for all of the above
    * Updates image docs

    There are additional filtering options to be added in later reviews.

    Change-Id: I32feff0ad61aae749b33621c817658d7dc90c3aa
    Closes-bug: 1401902