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
		
			
				
	
	
		
			10 lines
		
	
	
		
			480 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			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.
 |