commit | 3b2a215df4c7f179d27512b8a808b8421ddad539 | [log] [tgz] |
---|---|---|
author | jeremy.zhang <zhangjun_inspur@163.com> | Mon Aug 21 17:38:27 2017 +0800 |
committer | Jeremy Zhang <zhangjun_inspur@163.com> | Mon Sep 18 02:46:48 2017 +0000 |
tree | 8f7ed9440d8654499949bbaa30244528466f6022 | |
parent | 54d8f90496cdc0631cdc91f2c3414c2c82a23267 [diff] |
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