8b713e5327
This patch adds new API /cluster that allows summary and detailed listings, show and update operations. It also updates service listings to return cluster_name for each service. DocImpact: 3 new policies have been added for cluster, "get", "get_all" and "update". APIImpact: Return cluster_name in service listings and add /cluster endpoint. Specs: https://review.openstack.org/327283 Implements: blueprint cinder-volume-active-active-support Change-Id: If1ef3a80900ca6d117bf854ad3de142d93694adf
21 lines
1002 B
YAML
21 lines
1002 B
YAML
---
|
|
prelude: >
|
|
Everything in Cinder's release notes related to the High Availability
|
|
Active-Active effort -preluded with "HA A-A:"- is work in progress and
|
|
should not be used in production until it has been completed and the
|
|
appropriate release note has been issued stating its readiness for
|
|
production.
|
|
|
|
features:
|
|
- "HA A-A: Add cluster configuration option to allow grouping hosts that
|
|
share the same backend configurations and should work in Active-Active
|
|
fashion."
|
|
- "HA A-A: Updated manage command to display cluster information on service
|
|
listings."
|
|
- "HA A-A: Added cluster subcommand in manage command to list, remove, and
|
|
rename clusters."
|
|
- "HA A-A: Added clusters API endpoints for cluster related operations (index,
|
|
detail, show, enable/disable). Index and detail accept filtering by
|
|
`name`, `binary`, `disabled`, `num_hosts`, `num_down_hosts`, and up/down
|
|
status (`is_up`) as URL parameters. Also added their respective policies."
|