Beispiel #1
0
 def __init__(self):
     super(VolumeProxy, self).__init__()
     self.task_proxy = TaskProxy()
Beispiel #2
0
 def __init__(self, *args, **kwargs):
     super(VolumeSnapshotProxy, self).__init__()
     LOG.debug(_("[VRM-CINDER] start __init__()"))
     self.task_proxy = TaskProxy()
Beispiel #3
0
 def __init__(self, *args, **kwargs):
     super(VmProxy, self).__init__()
     self.task_proxy = TaskProxy()