python-openstackclient/releasenotes/notes/add-missing-server-list-opts-c41e97e86ff1e1ca.yaml
Stephen Finucane d0112a801a compute: Add missing options for 'server list'
This accepts a large number of options that we weren't exposing. Add the
following options: '--availability-zone', '--key-name',
'--config-drive' and '--no-config-drive', '--progress', '--vm-state',
'--task-state' and '--power-state'.

In addition, refine the 'openstack server list --status' parameter to
restrict users to the actual choices supported by the server.

Change-Id: Ieeb1f22df7092e66a411b6a36eafb3e16efc2fc2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-01-07 14:10:54 +00:00

17 lines
392 B
YAML

---
features:
- |
Add a number of additional options to the ``server list`` command:
- ``--availability-zone``
- ``--key-name``
- ``--config-drive``, ``--no-config-drive``
- ``--progress``
- ``--vm-state``
- ``--task-state``
- ``--power-state``
upgrade:
- |
The ``openstack server list --status`` parameter will now validate the
requested status.