Skip to content

Commit

Permalink
Remove duplicated method VM_migrate_send
Browse files Browse the repository at this point in the history
The correct signature is defined in line 653 later in the code.

Partially fix bug 1037183

Change-Id: Ib6904ea962da2bcef391416be4a09801976d8bcd
  • Loading branch information
maoy committed Aug 24, 2012
1 parent 4b7c87a commit d55a718
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nova/virt/xenapi/fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,6 @@ def VM_add_to_xenstore_data(self, _1, vm_ref, key, value):
def VM_pool_migrate(self, _1, vm_ref, host_ref, options):
pass

def VM_migrate_send(self, vmref, migrate_data, islive, vdi_map,
vif_map, options):
pass

def VDI_remove_from_other_config(self, _1, vdi_ref, key):
db_ref = _db_content['VDI'][vdi_ref]
if not 'other_config' in db_ref:
Expand Down

0 comments on commit d55a718

Please sign in to comment.