tempest/releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml
jeremy.zhang 3b2a215df4 Fix list_group_snapshots API in v3 group_snapshots_client
The API (list group snapshots with details) is wrongly implemented now.
It uses the '?detail=True' to get group snapshots list with details,
which only returns 'id' and 'name' elements of group snapshots.

This patch fixes on group snapshots api and according api/unit tests to
solve this problem.

Closes-bug: #1715786
Change-Id: Ia869a7dc9654a6253c2209724afd2fe2f8519558
2017-09-18 02:46:48 +00:00

7 lines
207 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
fixes:
- |
Fix list_group_snapshots API in v3 group_snapshots_client Bug#1715786.
The url path for list group snapshots with details API is changed from
``?detail=True`` to ``/detail``.