diff --git a/Authors b/Authors index ccd70baa..531994cb 100644 --- a/Authors +++ b/Authors @@ -27,6 +27,7 @@ David Pravec Dean Troyer Devendra Modium Devin Carlen +Donal Lafferty Ed Leafe Eldar Nugaev Eric Day diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py index 1deb5a78..2f055936 100644 --- a/nova/tests/test_xenapi.py +++ b/nova/tests/test_xenapi.py @@ -519,6 +519,11 @@ class XenAPIVMTestCase(test.TestCase): os_type="windows", architecture="i386") self.check_vm_params_for_windows() + def test_spawn_iso_glance(self): + self._test_spawn(glance_stubs.FakeGlance.IMAGE_ISO, None, None, + os_type="windows", architecture="i386") + self.check_vm_params_for_windows() + def test_spawn_glance(self): self._test_spawn(glance_stubs.FakeGlance.IMAGE_MACHINE, glance_stubs.FakeGlance.IMAGE_KERNEL,