diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index 32e5f3ea9..2bb4ef5e6 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."""