deb-cinder/releasenotes/notes/improvement-to-query-consistency-group-detail-84a906d45383e067.yaml
wanghao 3eafcf5720 Improvement to query cg detail(Part 1)
This feature allows users to query volume details
filtering by consistency group id.

According the spec, this is part 1 to implement
whole bp. Next part will be implemented after
Generic Volume group done.

APIImpact
1. User can use consistency group id to filter volume detail
   in cinder API. The query url is like this:
   "volumes/detail?group_id={consistency_group_id}".

2. This change will add a new version "3.10".

Co-Authored-By: wangxiyuan<wangxiyuan@huawei.com>

Change-Id: If3354cfaee5ca57d281b9270b4aebf4d26d42b2c
Partial-Implements: blueprint improvement-to-query-consistency-group-detail
2016-07-30 09:13:47 +08:00

6 lines
186 B
YAML

---
features:
- Added support for querying volumes filtered by group_id
using 'group_id' optional URL parameter.
For example, "volumes/detail?group_id={consistency_group_id}".