commit | a3379e0eb13ebf3e8c25d40ea3f79a2189f8f75b | [log] [tgz] |
---|---|---|
author | Dean Troyer <dtroyer@gmail.com> | Mon Oct 03 11:14:13 2011 -0500 |
committer | Dean Troyer <dtroyer@gmail.com> | Mon Oct 03 11:14:13 2011 -0500 |
tree | e9adfe32778396496703dd3fb6c709ec29491bae | |
parent | 6994f9478921e3436401cc95d68e9d99d937cc85 [diff] [blame] |
Default USE_CURRENT_DEVSTACK to 1
diff --git a/build_pxe_ramdisk.sh b/build_pxe_ramdisk.sh index feba18e..63e2ed4 100755 --- a/build_pxe_ramdisk.sh +++ b/build_pxe_ramdisk.sh
@@ -17,6 +17,9 @@ DEST=${DEST:-/opt/stack} +# Option to use the version of devstack on which we are currently working +USE_CURRENT_DEVSTACK=${USE_CURRENT_DEVSTACK:-1} + # clean install of natty if [ ! -d $CHROOTCACHE/natty-base ]; then $PROGDIR/make_image.sh -C natty $CHROOTCACHE/natty-base