diff options
| author | Ed Leafe <ed@leafe.com> | 2011-08-04 20:49:31 +0000 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-08-04 20:49:31 +0000 |
| commit | 2c63da94da4ef7f1848867eed4760bb70f9a8d82 (patch) | |
| tree | 0bc2a3cfa1a30659786b4b4bd04775e91f83f9d7 /nova/virt | |
| parent | 75b110aa451382cce94f10a392597b40df97839c (diff) | |
| parent | 6cb5d4d7fdf4731112cefbe6f13794b081a82c5f (diff) | |
Merged trunk
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index 509abd767..844640b9e 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -122,7 +122,7 @@ class VMOps(object): network_info) if resize_instance: self.resize_instance(instance, vdi_uuid) - self._spawn(instance, vm_ref) + self._start(instance, vm_ref=vm_ref) def _start(self, instance, vm_ref=None): """Power on a VM instance""" |
