python-openstackclient/releasenotes/notes/flavor-list-min-disk-min-ram-65ba35e7acc24134.yaml
Stephen Finucane da03bd80e3 Add 'flavor list --min-disk', '--min-ram' options
Allow us to filter on minimum disk and RAM, and close another gap with
novaclient.

Change-Id: Ib3f0bdf419675e1c35c3406fbac8a4c18ac56a33
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-12-09 15:28:12 +00:00

7 lines
204 B
YAML

---
features:
- |
The ``openstack flavor list`` command now accepts two additional
options, ``--min-disk`` and ``--min-ram``, to filter flavor by
minimum disk and minimum RAM, respectively.