File: add-more-server-list-columns-4e3b87929dd330f7.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (16 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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.