32251f0ea3
The replication v1 implementation in Cinder was deprecated in the Mitaka release in favor of the v2 "Cheesecake" version. Support was kept in the client for backwards compatibility, but it has now been several releases and these options should be removed. Closes-bug: #1705470 Change-Id: I978a39a552fffc9ac7ba6e4726d1df2072fa45ba Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
8 lines
313 B
YAML
8 lines
313 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The volume creation argument ``--source-replica`` on the command line and
|
|
the ``source_replica`` kwarg for the ``create()`` call when using the
|
|
cinderclient library were for the replication v1 support that was removed
|
|
in the Mitaka release. These options have now been removed.
|