python-openstackclient/releasenotes/notes/server-list-host-status-1f542a5bc4292a62.yaml
melanie witt 93578ef85b Add 'Host Status' to 'server list --long' with >= v2.16
Currently, the 'Host Status' field is shown only for 'server show' but
not for 'server list'. The host_status can be helpful for users who are
having issues with servers that show a status of ACTIVE, as it can show
a hint about the compute host status when nova policy is configured to
allow it.

Story: 2009689
Task: 44003

Change-Id: I6209cf52044218b7b32ab2fa5712574f12ba2f5f
2022-05-16 17:55:40 +00:00

7 lines
186 B
YAML

---
features:
- |
The ``server list`` command will now display ``Host Status`` when the
``--long`` option is specified and the compute API microversion is 2.16 or
greater.