fix sourcing

main
Jesse Andrews 13 years ago
parent 489edb0385
commit 7fa561371a

@ -35,13 +35,14 @@ if [ ! -e $TOP_DIR/localrc ]; then
exit 1
fi
cd $TOP_DIR
# Source params
source ./stackrc
# Configure the root password of the vm to be the same as ``ADMIN_PASSWORD``
ROOT_PASSWORD=${ADMIN_PASSWORD:-password}
# Base image (natty by default)
DIST_NAME=${DIST_NAME:-natty}
IMAGE_FNAME=$DIST_NAME.raw

Loading…
Cancel
Save