python-cinderclient/releasenotes/notes/remove-replv1-cabf2194edb9d963.yaml
Sean McGinnis 32251f0ea3
Remove replication v1 support
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>
2018-07-26 11:41:57 -05:00

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.