fix sourcing
This commit is contained in:
parent
489edb0385
commit
7fa561371a
1 changed files with 2 additions and 1 deletions
|
@ -35,13 +35,14 @@ if [ ! -e $TOP_DIR/localrc ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd $TOP_DIR
|
||||||
|
|
||||||
# Source params
|
# Source params
|
||||||
source ./stackrc
|
source ./stackrc
|
||||||
|
|
||||||
# Configure the root password of the vm to be the same as ``ADMIN_PASSWORD``
|
# Configure the root password of the vm to be the same as ``ADMIN_PASSWORD``
|
||||||
ROOT_PASSWORD=${ADMIN_PASSWORD:-password}
|
ROOT_PASSWORD=${ADMIN_PASSWORD:-password}
|
||||||
|
|
||||||
|
|
||||||
# Base image (natty by default)
|
# Base image (natty by default)
|
||||||
DIST_NAME=${DIST_NAME:-natty}
|
DIST_NAME=${DIST_NAME:-natty}
|
||||||
IMAGE_FNAME=$DIST_NAME.raw
|
IMAGE_FNAME=$DIST_NAME.raw
|
||||||
|
|
Loading…
Reference in a new issue