Comment 3 for bug 1647867

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

Reviewed: https://review.openstack.org/407855
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=b7edc92d81b0a0ffc3d7e32af7f7433eea4dcbc7
Submitter: Jenkins
Branch: master

commit b7edc92d81b0a0ffc3d7e32af7f7433eea4dcbc7
Author: int32bit <email address hidden>
Date: Wed Dec 7 13:37:50 2016 +0800

    Add min-disk and min-ram filters to list flavors

    The Nova API allows user filter flavors by minDisk and minRam,
    but that is not implemented in the current novaclient yet.
    This patch introduce '--min-disk' and '--min-ram' options to support
    it. In addition, We also append '--sort-key' and '--sort-dir' to
    the flavor-list subcommand to support sort the result list.

    Change-Id: I3849cc2d73057170dc224fa86b724f5141ca9a23
    Closes-Bug: #1647867