python-openstackclient/releasenotes/notes/add-cluster-to-service-list-5eab3e828de7547e.yaml
Rajat Dhasmana ca81b1acf0 Add cluster to volume service list
This patch adds the ``Cluster`` and ``Backend State`` columns to
the ``openstack volume service list`` command. Note that you need
to provide the appropriate microversion to show these columns.

Cluster: openstack --os-volume-api-version 3.7 volume service list
Backend State: openstack --os-volume-api-version 3.49 volume service list

Change-Id: Ie7727d0001307b5d5a40d7ea0348bdb9626f9e03
2024-06-27 19:37:15 +05:30

9 lines
280 B
YAML

---
features:
- |
Added the ``Cluster`` and ``Backend State`` columns to
``openstack volume service list`` command. Note that the
``Cluster`` parameter is available since microversion 3.7
and ``Backend State`` parameter is available since
microversion 3.49.