python-openstackclient/releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml
Stephen Finucane 00e7019022 quota: Allow showing project-specific quotas
Add '--compute', '--network' and '--volume' options to the 'quota show'
command, along with a default '--all' option, allowing us to restrict
quotas shown to an individual service.

Change-Id: I122b765df01887b8d916ee6567ffb7768fcb4392
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-09-30 12:40:18 +01:00

6 lines
173 B
YAML

---
features:
- |
The ``quota show`` command now allows you to show quotas for a specific
service using the ``--compute``, ``--volume``, or ``--network`` options.