Revision 58d38b02 lib/hypervisor/hv_base.py

b/lib/hypervisor/hv_base.py
232 232
    """
233 233
    pass
234 234

  
235
  def MigrateInstance(self, name, target, live):
235
  def MigrateInstance(self, instance, target, live):
236 236
    """Migrate an instance.
237 237

  
238
    @type name: string
239
    @param name: name of the instance to be migrated
238
    @type instance: L{object.Instance}
239
    @param name: the instance to be migrated
240 240
    @type target: string
241 241
    @param target: hostname (usually ip) of the target node
242 242
    @type live: boolean

Also available in: Unified diff