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