ca81b1acf0
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
9 lines
280 B
YAML
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.
|