10835a1886
In order to improve the convenient of use, columns corresponding to the "--long" option has been added so that it can be used in the filter. Currently filterable columns include the following: 'ID', 'Name', 'Status', 'Networks', 'Image', 'Flavor'. Story: 2009150 Task: 43113 Change-Id: I6760ca5da0e3707d1d746ae5eeec7d9162020d15
16 lines
381 B
YAML
16 lines
381 B
YAML
---
|
|
feature:
|
|
- |
|
|
The ``server list`` command now allows users to select the following
|
|
additional columns using the ``-c COLUMN`` option:
|
|
|
|
- Task State
|
|
- Power State
|
|
- Image ID
|
|
- Flavor ID
|
|
- Availability Zone
|
|
- Host
|
|
- Properties
|
|
|
|
These correspond to columns displayed by default when using the ``--long``
|
|
option. |