Fix bad script name

This commit is contained in:
Mate Lakat 2014-02-06 10:29:44 +00:00
parent 2aea452f88
commit ecc072172e

View File

@ -5,7 +5,7 @@ set -eux
THISDIR=$(dirname $(readlink -f $0)) THISDIR=$(dirname $(readlink -f $0))
XENSERVER_PASSWORD="password" XENSERVER_PASSWORD="password"
APPLIANCE_URL="http://downloads.vmd.citrix.com/OpenStack/xenapi-in-the-cloud-appliances/1.0.0.xva" APPLIANCE_URL="http://downloads.vmd.citrix.com/OpenStack/xenapi-in-the-cloud-appliances/1.0.1.xva"
KEY_NAME="$1" KEY_NAME="$1"
KEY_PATH="$2" KEY_PATH="$2"
INSTANCE_NAME="$3" INSTANCE_NAME="$3"
@ -49,7 +49,7 @@ EOF
} | remote-bash root@$IP } | remote-bash root@$IP
remote-bash root@$IP << EOF remote-bash root@$IP << EOF
bash /opt/xenapi-in-the-cloud/xenapi-in-rs.sh $XENSERVER_PASSWORD $APPLIANCE_URL Devstack bash /opt/xenapi-in-the-cloud/convert_node_to_xenserver.sh $XENSERVER_PASSWORD $APPLIANCE_URL Devstack
EOF EOF
TSTAMP=$(date +%s) TSTAMP=$(date +%s)