diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-09-22 18:09:08 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-30 10:54:11 +0100 |
| commit | 45bec041b206678de36f2f463ac6872b785e592e (patch) | |
| tree | 09747744bb4cdd5ffc29151234196e28075a84ae /doc/source/cli/data/cinder.csv | |
| parent | bfdf900d0a2fae16fe1ff2d8604215dd2de01d4a (diff) | |
| download | python-openstackclient-45bec041b206678de36f2f463ac6872b785e592e.tar.gz | |
quota: Add 'quota delete' command
We had previously indicated that people use 'quota set' for unsetting a
project's quotas, however, there was nothing that actually allowed us to
do this. Correct that oversight.
Change-Id: I04057e766b8ccf94bf219972249b68dc2bb796d4
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc/source/cli/data/cinder.csv')
| -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 f3da43eb..310ae172 100644 --- a/doc/source/cli/data/cinder.csv +++ b/doc/source/cli/data/cinder.csv @@ -91,7 +91,7 @@ qos-show,volume qos show,Shows a specified qos specs. quota-class-show,quota show --class,Lists quotas for a quota class. quota-class-update,quota set --class,Updates quotas for a quota class. quota-defaults,quota show --default,Lists default quotas for a tenant. -quota-delete,,Delete the 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,,Lists quota usage for a tenant. |
