commit | 0ab1d46e05c310a9977aebd3156b5269dffb91fc | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 13 23:03:23 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Thu Oct 13 23:03:23 2011 -0700 |
tree | 7fb53ee33025561223d49c8c83f65e88e4d67d88 | |
parent | 696b6a3aae3671a4d1b12f7c1f97a35fa20e369c [diff] [blame] |
Allow user to download and install arbitrary images
diff --git a/stackrc b/stackrc index 15d73ce..9a94721 100644 --- a/stackrc +++ b/stackrc
@@ -27,6 +27,9 @@ OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git OPENSTACKX_BRANCH=diablo +# Specify a uec image to download and install into glance. +IMAGE_URL=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz + # allow local overrides of env variables if [ -f ./localrc ]; then source ./localrc