diff options
| author | melanie witt <melwittt@gmail.com> | 2021-08-12 22:06:36 +0000 |
|---|---|---|
| committer | melanie witt <melwittt@gmail.com> | 2021-08-17 01:34:05 +0000 |
| commit | 12c93c6d5ff420f6a4a8833d33bad6ee7222e2f7 (patch) | |
| tree | 8d4dd42937ce8cf957470f02d0f2ec8030141c0c /releasenotes | |
| parent | ed87f7949ef1ef580ed71b9820e16823c0466472 (diff) | |
| download | python-openstackclient-12c93c6d5ff420f6a4a8833d33bad6ee7222e2f7.tar.gz | |
Show "Forced Down" compute service status with --long
Currently, the unified client does not have the ability to show the
"Forced Down" field of a GET /os-services response in microversion 2.11
even though the legacy client can.
This adds a "Forced Down" column to the 'openstack compute service list
--long' command output when microversion 2.11 is used.
Story: 2009115
Task: 43011
Change-Id: I10bc2fedbf0e867a990227962b2b6e60f5681f69
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/compute-service-list-forced-down-2b16d1cb44f71a08.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/compute-service-list-forced-down-2b16d1cb44f71a08.yaml b/releasenotes/notes/compute-service-list-forced-down-2b16d1cb44f71a08.yaml new file mode 100644 index 00000000..ebdc4155 --- /dev/null +++ b/releasenotes/notes/compute-service-list-forced-down-2b16d1cb44f71a08.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Add column ``Forced Down`` to the output of ``compute service list + --long``. Only available starting with ``--os-compute-api-version 2.11``. |
