python-cinderclient/releasenotes/notes/cluster_commands-dca50e89c9d53cd2.yaml
Gorka Eguileor 25bc7e7402 Add cluster related commands
This patch updates client to support cluster related changes on the API
done on microversion 3.7.

Service listing will include "cluster_name" field and we have 4 new
commands, "cluster-list", "cluster-show", "cluster-enable" and
"cluster-disable".

Specs: https://review.openstack.org/327283
Implements: blueprint cinder-volume-active-active-support
Depends-On: If1ef3a80900ca6d117bf854ad3de142d93694adf
Change-Id: I824f46b876e21e552d9f0c5cd3e836f35ea31837
2016-06-21 19:02:15 +02:00

10 lines
480 B
YAML

---
features:
- Service listings will display additional "cluster" field when working with
microversion 3.7 or higher.
- Add clustered services commands to list -summary and detailed-
(`cluster-list`), show (`cluster-show`), and update (`cluster-enable`,
`cluster-disable`). Listing supports filtering by name, binary,
disabled status, number of hosts, number of hosts that are down, and
up/down status. These commands require API version 3.7 or higher.