diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-09-23 18:16:53 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-30 12:40:18 +0100 |
| commit | 00e7019022585bc2be9aeb55eb40b1d04776ec22 (patch) | |
| tree | 7550b1deec255e7a079c0d86d9e77a23494d2ff7 /releasenotes | |
| parent | 04e68e0d5a49be93f79d6d71821ab8cd0b0ce589 (diff) | |
| download | python-openstackclient-00e7019022585bc2be9aeb55eb40b1d04776ec22.tar.gz | |
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>
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml b/releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml new file mode 100644 index 00000000..b171d193 --- /dev/null +++ b/releasenotes/notes/quota-show-service-options-ba48d6eca8ffc4f9.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + The ``quota show`` command now allows you to show quotas for a specific + service using the ``--compute``, ``--volume``, or ``--network`` options. |
