From 8efdbacce33f86bb319dc50b29501c51fad331c0 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 21 Sep 2012 00:23:41 +0000 Subject: [PATCH] Change default zone back to nova Change-Id: I9a097ab77c6b9fab3f33a245bca3bc0037f67fd1 --- exercises/euca.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/euca.sh b/exercises/euca.sh index 79405c2079..fd11622722 100755 --- a/exercises/euca.sh +++ b/exercises/euca.sh @@ -24,7 +24,7 @@ set -o xtrace # Keep track of the current directory EXERCISE_DIR=$(cd $(dirname "$0") && pwd) TOP_DIR=$(cd $EXERCISE_DIR/..; pwd) -VOLUME_ZONE=cinder +VOLUME_ZONE=nova VOLUME_SIZE=1 ATTACH_DEVICE=/dev/vdc