python-manilaclient/releasenotes/notes/add-query-params-pools-list-api-12cf1s14ddf40kdd.yaml
zhongjun ca50782ebc Add share_type filter to pool_list
Administrators intend to get the pool's information filtered by share
type more directly. The blueprint aims to cover this situation:

1. add '--detail' to support retrieving pool list in detail or not
2. add '--share_type' to filter pools by share_type name or id

Implements: blueprint pool-list-by-share-type
Change-Id: Ia100eb6b4b83c8e2cc91f6fc86f01caa9bce87d4
2016-12-22 11:38:25 +08:00

5 lines
126 B
YAML

---
features:
- Added ``--detail`` argument to pool list command.
- Added ``--share_type`` argument to pool list command.