python-openstackclient/releasenotes/notes/add-missing-server-group-list-opts-ebcf84bfcea07a4b.yaml
Stephen Finucane 7ed4f68c68 compute: Add missing options for 'server event list'
Add pagination parameters, '--limit' and '--offset', and filtering
parameters, '--changes-since' and '--changes-before'.

Change-Id: Ieca8267c3b204ae2db580502cc8fe72c95eddf09
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-01-21 11:00:31 +00:00

7 lines
239 B
YAML

---
features:
- |
Add ``--limit``, ``--marker``, ``--change-since`` and ``--changes-before``
options to ``server group list`` command, to configure pagination of
results and filter results by last modification, respectively.