Revision 07813a9e lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
38 38
  def __init__(self):
39 39
    pass
40 40

  
41
  def StartInstance(self, instance, block_devices, extra_args):
41
  def StartInstance(self, instance, block_devices):
42 42
    """Start an instance."""
43 43
    raise NotImplementedError
44 44

  

Also available in: Unified diff