Expect flavor as a command line parameter

This commit is contained in:
Mate Lakat 2014-02-06 12:30:40 +00:00
parent 178a67d048
commit 5d20c4c6ba
2 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,7 @@ KEY_NAME="$1"
KEY_PATH="$2"
IMAGE="node"
INSTANCE_NAME="$3"
FLAVOR="8GB Standard Instance"
#FLAVOR="performance1-8"
FLAVOR="$4"
. $THISDIR/functions

View File

@ -10,8 +10,7 @@ KEY_NAME="$1"
KEY_PATH="$2"
INSTANCE_NAME="$3"
NODE_IMAGE="node"
FLAVOR="8GB Standard Instance"
#FLAVOR="performance1-8"
FLAVOR="$4"
# Use this configuration to start with a cloud image
IMAGE="62df001e-87ee-407c-b042-6f4e13f5d7e1"