tempest/releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml
jeremy.zhang 79a1cbf2dd Add test case for show volume summary
Show volume summary is a new api implemented in volume v3. This patch
is to add a simple test case for this new feature.

Including:

[1] Add v3 volumes_client as library
[2] Add show volume summary api to v3 volumes_client
[3] Add unit tests for show volume summary api
[4] Add test case: test_show_volume_summary
[5] Add release note

Change-Id: I9904bc53896e7d58a22aef11f6a3128147c0a373
2017-05-07 16:09:17 +08:00

11 lines
326 B
YAML

---
features:
- |
Define v3 volumes_client for the volume service as a library interface,
allowing other projects to use this module as a stable library without
maintenance changes.
Add show volume summary API to v3 volumes_client library, min_microversion
of this API is 3.12.
* volumes_client(v3)