manila/releasenotes/notes/bug-1925486-add-share-network-option-to-replica-create-api-7d2ff3628e93fc77.yaml
kpdev b49605945a Add "share-network" option for replica create API.
Share replica create API does not allow to specify share network and
forces to use parent share's share network. This is problem for some
use-cases, e.g. migration from one share network to another share
network via replication is not possible. Fixed by allowing to pass
'share-network' option for share replica create API and make sure both
parent share-network and user provided share-network will have same
security service association.

Partial-Bug: #1925486
Change-Id: I9049dcd418fbb16d663ab8ed27b90c765fafc5d3
2022-08-15 11:01:08 +00:00

8 lines
323 B
YAML

---
fixes:
- |
`Bug #1925486 <https://bugs.launchpad.net/manila/+bug/1925486>`_
Share replica create API does not support share network option and uses
parent share's share network. Fixed it to allow any share network by providing
option ``share-network``. Added in API microversion starting with '2.72'.