예제 #1
0
파일: blockdev.py 프로젝트: wingo1990/nova
    def __init__(self, connection):
        super(PowerVMLocalVolumeAdapter, self).__init__()

        self.command = command.IVMCommand()

        self._connection = None
        self.connection_data = connection
예제 #2
0
파일: operator.py 프로젝트: stuartbyma/nova
 def __init__(self, ivm_connection):
     self.command = command.IVMCommand()
     BaseOperator.__init__(self, ivm_connection)