python-manilaclient/releasenotes/notes/add-like-filter-591572762357ef4b.yaml
zhongjun e0fd972bf7 Add like filter
Add like filter support in ``shares``, ``snapshots``,
``share-networks``, ``share-groups`` list.

Implements BP like-filter
Change-Id: I5fdf6d89d0b6c7fa182ddfaac60979bc6c0fc2a4
2017-07-27 21:39:40 +00:00

9 lines
315 B
YAML

---
features:
- Added support for matching filters (name~, description~)
to filter results of the list commands for shares, snapshots,
share-networks, and share-groups.
- Added support for ``description`` as a filter to the list
commands for shares, snapshots, share-networks, and
share-groups.