a
This commit is contained in:
parent
6bb6f31f7f
commit
edb63e2211
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ def launch_vm(vm_entry, migration=False, migration_port=None, destination_host_k
|
||||||
vm_entry.declare_killed()
|
vm_entry.declare_killed()
|
||||||
vm_pool.put(vm_entry)
|
vm_pool.put(vm_entry)
|
||||||
else:
|
else:
|
||||||
vm_entry.vnc_socket = vm.vnc_socket_file
|
vm_entry.vnc_socket = vm.vnc_socket_file.name
|
||||||
running_vms.append(vm)
|
running_vms.append(vm)
|
||||||
|
|
||||||
if migration:
|
if migration:
|
||||||
|
|
Loading…
Reference in a new issue