cinder/releasenotes/notes/pure-storage-fix-failover-fe6260a112409742.yaml
Simon Dodsley 084d84152a [Pure Storage] Fix failure in replication failover
A previous patch incorrectly removed a call using a specific
version of API as part of the replication failover process.

The call being made to the backend fails as one of the
parameters is not supported in later API version.

This patch fixes the call to the backend to use the required
API version.

There are no tempest tests for replication failover, hence
why the original patch passed tests.

Closes-Bug: #2028380
Change-Id: Id4f5f16a04220cc880e17ffd69a8303c93a6e8ba
2023-07-21 10:43:28 -04:00

8 lines
195 B
YAML

---
fixes:
- |
[Pure Storage] 'bug #2028380
<https://bugs.launchpad.net/cinder/+bug/2028380>'_:
Fixed issue with cinder replication failover failing due to
incorrect REST call.