Merge "Adds disk config"

This commit is contained in:
Jenkins 2011-09-27 05:05:35 +00:00 committed by Gerrit Code Review
commit d2cdb22ff9
1 changed files with 3 additions and 0 deletions

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