diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-09-23 18:00:34 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-30 12:40:15 +0100 |
| commit | 04e68e0d5a49be93f79d6d71821ab8cd0b0ce589 (patch) | |
| tree | a9b60de6ced03d9a2cd4aca06e20428155b16a49 /doc/source/cli/data | |
| parent | 47e667e71d997ad4a7b0dd86bf462f746c964b54 (diff) | |
| download | python-openstackclient-04e68e0d5a49be93f79d6d71821ab8cd0b0ce589.tar.gz | |
quota: Add 'quota show --usage' option
Provide an more sane way to get usage information for a particular
project's quotas. This requires using the 'Lister' command type since
the 'ShowOne' command type only allows for simple key-value pair output.
We also add a note indicating that the '<project>' argument is optional.
Change-Id: Ic7342cf08f024cc690049414c5eef5b9a7594677
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc/source/cli/data')
| -rw-r--r-- | doc/source/cli/data/cinder.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/cinder.csv b/doc/source/cli/data/cinder.csv index 9fe6c9d6..8b25d3fd 100644 --- a/doc/source/cli/data/cinder.csv +++ b/doc/source/cli/data/cinder.csv @@ -94,7 +94,7 @@ quota-defaults,quota show --default,Lists default quotas for a tenant. quota-delete,quota delete --volume,Delete the quotas for a tenant. quota-show,quota show,Lists quotas for a tenant. quota-update,quota set,Updates quotas for a tenant. -quota-usage,quota list --detail,Lists quota usage for a tenant. +quota-usage,quota show --usage,Lists quota usage for a tenant. rate-limits,limits show --rate,Lists rate limits for a user. readonly-mode-update,volume set --read-only-mode | --read-write-mode,Updates volume read-only access-mode flag. rename,volume set --name,Renames a volume. |
