diff options
Diffstat (limited to 'cinderclient/v3/quotas.py')
-rw-r--r-- | cinderclient/v3/quotas.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cinderclient/v3/quotas.py b/cinderclient/v3/quotas.py index 63dfba8..1097f40 100644 --- a/cinderclient/v3/quotas.py +++ b/cinderclient/v3/quotas.py @@ -16,6 +16,10 @@ from cinderclient.v2 import quotas +class QuotaSet(quotas.QuotaSet): + pass + + class QuotaSetManager(quotas.QuotaSetManager): def update(self, tenant_id, **updates): |