summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/virt/xenapi/fake.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/virt/xenapi/fake.py b/nova/virt/xenapi/fake.py
index d6b523225..3b3100f21 100644
--- a/nova/virt/xenapi/fake.py
+++ b/nova/virt/xenapi/fake.py
@@ -509,10 +509,6 @@ class SessionBase(object):
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: