Merge "Change default zone back to nova"

This commit is contained in:
Jenkins 2012-09-21 04:24:39 +00:00 committed by Gerrit Code Review
commit 9dce274dac

View File

@ -24,7 +24,7 @@ set -o xtrace
# Keep track of the current directory # Keep track of the current directory
EXERCISE_DIR=$(cd $(dirname "$0") && pwd) EXERCISE_DIR=$(cd $(dirname "$0") && pwd)
TOP_DIR=$(cd $EXERCISE_DIR/..; pwd) TOP_DIR=$(cd $EXERCISE_DIR/..; pwd)
VOLUME_ZONE=cinder VOLUME_ZONE=nova
VOLUME_SIZE=1 VOLUME_SIZE=1
ATTACH_DEVICE=/dev/vdc ATTACH_DEVICE=/dev/vdc