summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2020-12-03 13:07:03 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-12 17:07:23 +0000
commit262e525aada8bfaedb4545be5d2bbd27edcc55fd (patch)
tree8ae7d80b546202705406702bb1e88c5197fda198 /releasenotes/notes
parentca7f23d0d1876dc53ef4d5ecbf2c5f367aafe13e (diff)
downloadpython-openstackclient-262e525aada8bfaedb4545be5d2bbd27edcc55fd.tar.gz
compute: Add missing options for 'hypervisor list'
Yet more pagination parameters. Change-Id: I9f0145c89ddc49c1d907e6e6e294319cf80fc6ff Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes/notes')
-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.