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='', 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."""