Adds disk config

Change-Id: If3e1765b659ead77f9cdaaa86ee8478a82bf67c0
This commit is contained in:
Matt Dietz
2011-09-23 15:36:50 -05:00
parent 69407afa53
commit 4ff1ec137e

View File

@@ -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):