python-manilaclient/releasenotes/notes/add-support-to-check-quota-usage-scfdg14dod40k71a.yaml
zhongjun 64f38da1ff Add the ability to check tenant quota detail
For other component such like cinder, the administrator could check
the quota usage of tenant. Currently Manila retrieves the quota set
information only with 'limit' property.

This patch intends to enhance the API by return more properties
('in_use', 'limit', 'reserved') with new option  '--detail'.

Change-Id: Ibc0f9f65891b8e2a308358420d2c4dc3ea4697ce
Implements: blueprint admin-check-tenant-quota-usage
2017-01-17 10:14:34 +08:00

4 lines
79 B
YAML

---
features:
- Add support to check quota usage by '--detail' in quota-show