Allow specifying image name, appliance is all lower case

This commit is contained in:
Bob Ball 2014-02-14 14:07:47 +00:00
parent c9a7329aa9
commit 968f2c8378
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ set -eux
THISDIR=$(dirname $(readlink -f $0))
KEY_NAME="$1"
KEY_PATH="$2"
IMAGE="node"
INSTANCE_NAME="$3"
FLAVOR="$4"
APPLIANCE_NAME="Devstack"
IMAGE="${5:-node}"
APPLIANCE_NAME="devstack"
RUN_TESTS_SCRIPT="$THISDIR/run_tests.sh"
. $THISDIR/functions