예제 #1
0
파일: volumes.py 프로젝트: bopopescu/jacket
 def __init__(self):
     self.volume_api = volume.API()
     super(SnapshotController, self).__init__()
예제 #2
0
파일: volumes.py 프로젝트: bopopescu/jacket
 def __init__(self):
     self.volume_api = volume.API()
     super(VolumeController, self).__init__()
예제 #3
0
파일: volumes.py 프로젝트: bopopescu/jacket
 def __init__(self, ext_mgr=None):
     self.compute_api = cloud.API()
     self.volume_api = volume.API()
     self.ext_mgr = ext_mgr
     super(VolumeAttachmentController, self).__init__()
예제 #4
0
 def __init__(self):
     self.compute_api = cloud.API(skip_policy_check=True)
     self.volume_api = volume.API()
     super(VolumeAttachmentController, self).__init__()