d0112a801a
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>
17 lines
392 B
YAML
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.
|