python-openstackclient/releasenotes/notes/add-missing-server-group-list-opts-d3c3d98b7f7a56a6.yaml
Stephen Finucane 5ec4d4c718 compute: Add missing options for 'server group list'
Add pagination parameters, '--limit' and '--offset'. It's unfortunate
that we can't use '--marker' like elsewhere but that requires
server-side support to be truly effective.

Change-Id: I186adc8cdf28e9c540ad22bca6684d9dd892976a
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-01-21 10:58:41 +00:00

6 lines
139 B
YAML

---
features:
- |
Add ``--limit`` and ``--offset`` options to ``server group list`` command,
to configure pagination of results.