tempest/releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml
Lee Yarwood e5597401ff Introduce an attached volume migration test
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
2019-04-25 10:34:58 +01:00

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.