Revision 323f9095 lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
147 147
    file_name = self._InstanceFile(instance_name)
148 148
    utils.RemoveFile(file_name)
149 149

  
150
  def StartInstance(self, instance, block_devices):
150
  def StartInstance(self, instance, block_devices, startup_paused):
151 151
    """Start an instance.
152 152

  
153 153
    For the fake hypervisor, it just creates a file in the base dir,

Also available in: Unified diff