summaryrefslogtreecommitdiff
path: root/cinderclient/v3
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/v3')
-rw-r--r--cinderclient/v3/quotas.py4
-rw-r--r--cinderclient/v3/volume_transfers.py4
2 files changed, 8 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):
diff --git a/cinderclient/v3/volume_transfers.py b/cinderclient/v3/volume_transfers.py
index f40c519..67c911f 100644
--- a/cinderclient/v3/volume_transfers.py
+++ b/cinderclient/v3/volume_transfers.py
@@ -19,6 +19,10 @@ from cinderclient import base
from cinderclient.v2 import volume_transfers
+class VolumeTransfer(volume_transfers.VolumeTransfer):
+ pass
+
+
class VolumeTransferManager(volume_transfers.VolumeTransferManager):
def create(self, volume_id, name=None, no_snapshots=False):
"""Creates a volume transfer.