예제 #1
0
파일: container.py 프로젝트: LucsT/fabtools
 def destroy(self):
     return vz.destroy(self.ctid)
예제 #2
0
 def destroy(self):
     """
     Destroy the container.
     """
     return vz.destroy(self.ctid)
예제 #3
0
 def destroy(self):
     """
     Destroy the container.
     """
     return vz.destroy(self.ctid)