summaryrefslogtreecommitdiff
path: root/doc/source/cli/data/nova.csv
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-09-22 18:09:08 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-09-30 10:54:11 +0100
commit45bec041b206678de36f2f463ac6872b785e592e (patch)
tree09747744bb4cdd5ffc29151234196e28075a84ae /doc/source/cli/data/nova.csv
parentbfdf900d0a2fae16fe1ff2d8604215dd2de01d4a (diff)
downloadpython-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/nova.csv')
-rw-r--r--doc/source/cli/data/nova.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv
index 4252585f..2909bc0c 100644
--- a/doc/source/cli/data/nova.csv
+++ b/doc/source/cli/data/nova.csv
@@ -70,7 +70,7 @@ pause,server pause,Pause a server.
quota-class-show,quota show --class,List the quotas for a quota class.
quota-class-update,quota set --class,Update the quotas for a quota class.
quota-defaults,quota list,List the default quotas for a tenant.
-quota-delete,quota set,Delete quota for a tenant/user so their quota will Revert back to default.
+quota-delete,quota delete --compute,Delete quota for a tenant/user so their quota will Revert back to default.
quota-show,quota show,List the quotas for a tenant/user.
quota-update,quota set,Update the quotas for a tenant/user.
reboot,server reboot,Reboot a server.