User has to specify the key

This commit is contained in:
Mate Lakat 2014-01-29 13:48:27 +00:00
parent 78d6a678d6
commit 50e5c82fb0
2 changed files with 6 additions and 6 deletions

View File

@ -3,10 +3,10 @@
set -eux
THISDIR=$(dirname $(readlink -f $0))
KEY_NAME="matekey"
KEY_PATH="$(pwd)/../xenapi-in-the-cloud/$KEY_NAME.pem"
KEY_NAME="$1"
KEY_PATH="$2"
IMAGE="node"
INSTANCE_NAME="$1"
INSTANCE_NAME="$3"
. $THISDIR/functions

View File

@ -6,9 +6,9 @@ THISDIR=$(dirname $(readlink -f $0))
XENSERVER_PASSWORD="password"
APPLIANCE_URL="http://downloads.vmd.citrix.com/OpenStack/xenapi-in-the-cloud-appliances/1.0.0.xva"
KEY_NAME="matekey"
KEY_PATH="$(pwd)/../xenapi-in-the-cloud/$KEY_NAME.pem"
INSTANCE_NAME="$1"
KEY_NAME="$1"
KEY_PATH="$2"
INSTANCE_NAME="$3"
NODE_IMAGE="node"
# Use this configuration to start with a cloud image