summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-04 19:58:07 +0000
committerGerrit Code Review <review@openstack.org>2016-08-04 19:58:07 +0000
commit4e0476507c2ee471c56f1f5979d926416bb1b07d (patch)
tree7fe7728a1a26d047bbb6c461d46431d5725354f0 /releasenotes
parentcb24088fea21049d9b0b039d5a6d695db310bcdb (diff)
parent25bc7e740220233decec904eb46f9b73815e5755 (diff)
downloadpython-cinderclient-4e0476507c2ee471c56f1f5979d926416bb1b07d.tar.gz
Merge "Add cluster related commands"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/cluster_commands-dca50e89c9d53cd2.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/cluster_commands-dca50e89c9d53cd2.yaml b/releasenotes/notes/cluster_commands-dca50e89c9d53cd2.yaml
new file mode 100644
index 0000000..ccebb1e
--- /dev/null
+++ b/releasenotes/notes/cluster_commands-dca50e89c9d53cd2.yaml
@@ -0,0 +1,9 @@
+---
+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.