diff --git a/nova/tests/xenapi/stubs.py b/nova/tests/xenapi/stubs.py index aee27992..3b3d494b 100644 --- a/nova/tests/xenapi/stubs.py +++ b/nova/tests/xenapi/stubs.py @@ -298,6 +298,9 @@ class FakeSessionForMigrationTests(fake.SessionBase): def VM_set_name_label(self, *args): pass + def VDI_set_name_label(self, session_ref, vdi_ref, name_label): + pass + def stub_out_migration_methods(stubs): def fake_create_snapshot(self, instance):