Revision 07b49e41 lib/hypervisor/hv_fake.py

b/lib/hypervisor/hv_fake.py
130 130
      raise errors.HypervisorError("Failed to start instance %s: %s" %
131 131
                                   (instance.name, err))
132 132

  
133
  def StopInstance(self, instance, force=False):
133
  def StopInstance(self, instance, force=False, retry=False):
134 134
    """Stop an instance.
135 135

  
136 136
    For the fake hypervisor, this just removes the file in the base

Also available in: Unified diff