Revision 0d07a850

b/lib/hypervisor/hv_base.py
169 169
  ANCILLARY_FILES_OPT = []
170 170
  CAN_MIGRATE = False
171 171

  
172
  def __init__(self):
173
    pass
174

  
175 172
  def StartInstance(self, instance, block_devices, startup_paused):
176 173
    """Start an instance."""
177 174
    raise NotImplementedError

Also available in: Unified diff