cinder/releasenotes/notes/generalized-resource-filter-hg598uyvuh119008.yaml
John Griffith dc31763c58 Add support for generalized filtering on list APIs
This patch adds generalized filtering support for these list APIs:

1. list volume
2. list backup
3. list snapshot
4. list group
5. list group-snapshot
6. list attachment
7. list message
8. get pools

DocImpact
APIImpact
Co-Authored-By: TommyLike <tommylikehu@gmail.com>

Change-Id: Icee6c22621489f93614f4adf071329d8d2115637
Partial: blueprint generalized-filtering-for-cinder-list-resource
2017-05-08 13:04:59 +08:00

7 lines
232 B
YAML

---
features:
- Added generalized resource filter support in
``list volume``, ``list backup``, ``list snapshot``,
``list group``, ``list group-snapshot``, ``list attachment``,
``list message`` and ``list pools`` APIs.