Merge pull request #33 from matelakat/custom-keys

User has to specify the key
This commit is contained in:
matelakat 2014-01-29 05:49:27 -08:00
commit c288954d00
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