예제 #1
0
파일: imagebackend.py 프로젝트: crihab/nova
 def snapshot_create(self):
     libvirt_utils.create_snapshot(self.path, self.snapshot_name)
예제 #2
0
파일: snapshots.py 프로젝트: whitekid/nova
 def create(self):
     libvirt_utils.create_snapshot(self.path, self.name)
예제 #3
0
 def snapshot_create(self):
     libvirt_utils.create_snapshot(self.path, self.snapshot_name)
예제 #4
0
 def create(self):
     libvirt_utils.create_snapshot(self.path, self.name)