Merge pull request #33 from matelakat/custom-keys
User has to specify the key
This commit is contained in:
commit
c288954d00
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user