summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-01-15 21:34:04 +0000
committerGerrit Code Review <review@openstack.org>2021-01-15 21:34:04 +0000
commitfb564d20a521b5f3ac5388d321a68072cb22edef (patch)
tree7b8c47394a9324cf267b60854eab17b18302fc4c /releasenotes
parent3864ceea269a606c47dc8a26691d044c28fd3c87 (diff)
parent262e525aada8bfaedb4545be5d2bbd27edcc55fd (diff)
downloadpython-openstackclient-fb564d20a521b5f3ac5388d321a68072cb22edef.tar.gz
Merge "compute: Add missing options for 'hypervisor list'"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-missing-hypervisor-list-opts-71da2cc36eac4edd.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-missing-hypervisor-list-opts-71da2cc36eac4edd.yaml b/releasenotes/notes/add-missing-hypervisor-list-opts-71da2cc36eac4edd.yaml
new file mode 100644
index 00000000..c5401210
--- /dev/null
+++ b/releasenotes/notes/add-missing-hypervisor-list-opts-71da2cc36eac4edd.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``--limit`` and ``--marker`` options to ``hypervisor list`` command, to
+ configure pagination of results.