summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-01-06 11:16:49 +0000
committerGerrit Code Review <review@openstack.org>2021-01-06 11:16:49 +0000
commitb663e8a080332b0dfbabad8782ab70619a5c949a (patch)
tree03dbf463551190bb874bd4bbab8aca2af23eb817 /releasenotes/notes
parent23afc0af92ad3446033529aaf41bbefa7109c5e9 (diff)
parentda03bd80e3b83faf465f1446c4553c5d97b5bad5 (diff)
downloadpython-openstackclient-b663e8a080332b0dfbabad8782ab70619a5c949a.tar.gz
Merge "Add 'flavor list --min-disk', '--min-ram' options"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/flavor-list-min-disk-min-ram-65ba35e7acc24134.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/flavor-list-min-disk-min-ram-65ba35e7acc24134.yaml b/releasenotes/notes/flavor-list-min-disk-min-ram-65ba35e7acc24134.yaml
new file mode 100644
index 00000000..3418276c
--- /dev/null
+++ b/releasenotes/notes/flavor-list-min-disk-min-ram-65ba35e7acc24134.yaml
@@ -0,0 +1,6 @@
+---
+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.