summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-31 20:08:06 +0000
committerGerrit Code Review <review@openstack.org>2015-12-31 20:08:06 +0000
commitfa18f8e1716d20f07af4d2b7a8b2a87d24bb608e (patch)
tree3f7d7bf9470228b0559ed31bddc8a26303264bc7
parentcd4542edf54ad7eccd33b7b9d20c04289f6a9bb5 (diff)
parentf39a383ed9756f03a7bc33d511c1676c42b16e52 (diff)
downloadpython-cinderclient-fa18f8e1716d20f07af4d2b7a8b2a87d24bb608e.tar.gz
Merge "Fix for 'quota-delete' call to API v2"
-rw-r--r--cinderclient/v2/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py
index a878acd..6b3a4f2 100644
--- a/cinderclient/v2/shell.py
+++ b/cinderclient/v2/shell.py
@@ -1119,7 +1119,7 @@ def do_quota_update(cs, args):
@utils.arg('tenant', metavar='<tenant_id>',
help='UUID of tenant to delete the quotas for.')
-@utils.service_type('volume')
+@utils.service_type('volumev2')
def do_quota_delete(cs, args):
"""Delete the quotas for a tenant."""