python-cinderclient/releasenotes/notes/cluster_migration_manage-31144d67bbfdb739.yaml
Gorka Eguileor 8fce74056f Add cluster support in migration and manage
This patch adds support for API microversion 3.16, which allows us to
pass --cluster optional argument to migration and manage operations.

For this, a new type of CLI argument is added, the mutually exclusive
arguments that can be used similarly to the utils.arg decorator, but
with utils.exclusive_arg decorator.

Implements: blueprint cinder-volume-active-active-support
Change-Id: If004715b9887d2a0f9fc630b44d6e11a4a8b778d
2017-10-03 11:03:28 +02:00

8 lines
294 B
YAML

---
features:
- |
Cinder migrate and manage commands now accept ``--cluster`` argument to
define the destination for Active-Active deployments on microversion 3.16
and higher. This argument and the ``host`` positional argument are
mutually exclusive for the migrate command.