From 00836788280be0b45cca23b7ad7896fba0691a02 Mon Sep 17 00:00:00 2001 From: Don Domingo Date: Wed, 30 Apr 2014 11:58:51 +1000 Subject: [PATCH] Added 'cinder quota-delete' command This patch adds documentation for the 'cinder quota-delete' command. Partially implements: https://blueprints.launchpad.net/cinder/+spec/quota-delete Change-Id: Id27b70c2e4171a8063b00d8e946250c29736dde5 --- doc/user-guide-admin/section_cli_cinder_quotas.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/user-guide-admin/section_cli_cinder_quotas.xml b/doc/user-guide-admin/section_cli_cinder_quotas.xml index ea74f255a2..1e2db166c7 100644 --- a/doc/user-guide-admin/section_cli_cinder_quotas.xml +++ b/doc/user-guide-admin/section_cli_cinder_quotas.xml @@ -108,6 +108,11 @@ | volumes | 15 | +-----------+-------+ + + To clear per-tenant quota limits, use the + quota-delete command: + $ cinder quota-delete tenantID +