From 2aea452f880b0ea18e83c204307b9f18d5d57a4d Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Mon, 3 Feb 2014 15:40:54 +0000 Subject: [PATCH] Add missing parameter --- update-node-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-node-image.sh b/update-node-image.sh index 616d994..dfd0439 100755 --- a/update-node-image.sh +++ b/update-node-image.sh @@ -49,7 +49,7 @@ EOF } | remote-bash root@$IP remote-bash root@$IP << EOF -bash /opt/xenapi-in-the-cloud/xenapi-in-rs.sh $XENSERVER_PASSWORD $APPLIANCE_URL +bash /opt/xenapi-in-the-cloud/xenapi-in-rs.sh $XENSERVER_PASSWORD $APPLIANCE_URL Devstack EOF TSTAMP=$(date +%s)