e5597401ff
This change introduces a true cinder host to host attached volume migration test in addition to the existing attached volume retype test. To enable this two new calls are introduced to the v3 volume client to allow all volume backends to be listed per project and to also call for a direct volume migration between backends. Related-bug: #1803961 Depends-On: I1bdf3431bda2da98380e0dcaa9f952e6768ca3af Change-Id: I501eb0cd5eb101b4dc553c2cdbc414693dd5b681
9 lines
299 B
YAML
9 lines
299 B
YAML
---
|
|
features:
|
|
- |
|
|
Add list host API support to the volume v3 client library.
|
|
This feature enables callers to list all hosts for a given project.
|
|
- |
|
|
Add migrate volume API support to the volume v3 client library.
|
|
This features allows callers to migrate volumes between backends.
|