summaryrefslogtreecommitdiff
path: root/cinderclient/v3/quotas.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-31 10:41:54 +0000
committerGerrit Code Review <review@openstack.org>2021-08-31 10:41:54 +0000
commit4f72e6f0c218751d28c8442d401e2fd2abcec1ea (patch)
treebdbaf3724e2db2e514b578b173eaa742aeecee5e /cinderclient/v3/quotas.py
parent69fa73a153239383054530cf7a6b98af03ad713f (diff)
parent579846c7a4446be98763540b1669f39464c2cab8 (diff)
downloadpython-cinderclient-7.4.1.tar.gz
Merge "[stable-only] Add missing classes to cinderclient.v3" into stable/wallabywallaby-em7.4.1stable/wallaby
Diffstat (limited to 'cinderclient/v3/quotas.py')
-rw-r--r--cinderclient/v3/quotas.py4
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):