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

tm_mad: fix wrong variable names that prevents execution of migrate_other (#138)

This commit is contained in:
Laurent Grawet 2016-11-05 21:24:28 +01:00 committed by Ruben S. Montero
parent 72603252f5
commit 9c92e6ea1e

View File

@ -25,8 +25,8 @@
# - template is the template of the VM in XML and base64 encoded
# - system_ds_mad flag if called by other SYSTEM_DS TM_MAD
SRC="$1"
DST="$2"
SRC_HOST="$1"
DST_HOST="$2"
DST_PATH="$3"
VM_ID="$4"
DS_ID="$5"