1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

feature #863: Fix dest_host bug

This commit is contained in:
Ruben S. Montero 2011-12-01 20:10:02 +01:00
parent 1467190510
commit cb5837ec8e

View File

@ -417,7 +417,7 @@ class ExecDriver < VirtualMachineDriver
{
:driver => :vmm,
:action => :migrate,
:parameters => [:deploy_id, :migr_host, :host]
:parameters => [:deploy_id, :dest_host, :host]
},
# Execute networking clean up operations
{