mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #1437: Add DST_HOST to mvds
This commit is contained in:
parent
427bb23b70
commit
4841c62481
@ -43,6 +43,7 @@ fi
|
||||
source $(dirname $0)/tm_vmfsrc
|
||||
|
||||
if [ "$USE_SSH" != "yes" ]; then
|
||||
DST_HOST=`arg_host $DST`
|
||||
USERNAME=`echo $(cat $VMWARERC |grep ":username:"|cut -d":" -f 3|tr -d '"')`
|
||||
PASSWORD=`echo $(cat $VMWARERC |grep ":password:"|cut -d":" -f 3|tr -d '"')`
|
||||
VI_PARAMS="--server $DST_HOST --username $USERNAME --password $PASSWORD"
|
||||
|
Loading…
x
Reference in New Issue
Block a user