tempest/releasenotes/notes/add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml
jeremy.zhang f4fbf30742 Add test case for volume unmanage and manage
Lots of Cinder backend drivers have support unmanage and manage
features. It's necessary to add test case for these feature apis.

Including:

[1] Add volume manage client as library
[2] Add unmanage volume api to v2 volumes client
[3] Add release note
[4] Add test case: test_volume_unmanage_manage

Depends-On: I055aa66738deb5ae2fb925429cec565e3901340c
Change-Id: I4294de92a801db2697ba870ff1b5fdbe4b2f5a4b
2017-03-22 16:01:00 +08:00

10 lines
317 B
YAML

---
features:
- |
Add the unmanage volume API service method in v2 volumes_client library.
Define v2 volume_manage_client client for the volume service as library
interfaces, allowing other projects to use this module as stable libraries
without maintenance changes.
* volume_manage_client(v2)