Revision a5f723a2

b/lib/hypervisor/hv_fake.py
107 107
        raise errors.HypervisorError("Failed to list instances: %s" % err)
108 108
    return data
109 109

  
110
  def StartInstance(self, instance, force, extra_args):
110
  def StartInstance(self, instance, block_devices, extra_args):
111 111
    """Start an instance.
112 112

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

Also available in: Unified diff