We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489edb0 commit 7fa5613Copy full SHA for 7fa5613
1 file changed
tools/build_libvirt.sh
@@ -35,13 +35,14 @@ if [ ! -e $TOP_DIR/localrc ]; then
35
exit 1
36
fi
37
38
+cd $TOP_DIR
39
+
40
# Source params
41
source ./stackrc
42
43
# Configure the root password of the vm to be the same as ``ADMIN_PASSWORD``
44
ROOT_PASSWORD=${ADMIN_PASSWORD:-password}
45
-
46
# Base image (natty by default)
47
DIST_NAME=${DIST_NAME:-natty}
48
IMAGE_FNAME=$DIST_NAME.raw
0 commit comments