
Make use of 'FormattableColumn'-derived formatters, which provide better output than what we were using before, particularly for the YAML output format. Change-Id: Id6d25a0a348596d5a0430ff7afbf87b049a76bc8 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
21 lines
988 B
YAML
21 lines
988 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``addresses`` and ``flavor`` fields of the ``server show`` command will
|
|
now be correctly rendered as a list of objects and an object, respectively.
|
|
- |
|
|
The ``networks`` and ``properties`` fields of the ``server list`` command
|
|
will now be rendered as objects. In addition, the ``power_state`` field
|
|
will now be humanized and rendered as a string value when using the table
|
|
formatter.
|
|
- |
|
|
The ``usage list`` and ``usage show`` commands will now display the name
|
|
of the project being queried rather than the ID when using the table
|
|
formatter. In addition, the ``server_usages``, ``total_memory_mb_usage``,
|
|
``total_vcpus_usage`` and ``total_local_gb_usage`` values will only be
|
|
humanized when using the table formatter.
|
|
- |
|
|
The ``policies`` (or ``policy``, on newer microversions) and ``members``
|
|
fields of the ``server group list`` and ``server group show`` commands
|
|
will now be rendered correctly as lists.
|