2011-09-26 20:14:46 +00:00
|
|
|
# compute service
|
2011-11-14 18:55:47 +00:00
|
|
|
NOVA_REPO=https://github.com/openstack/nova.git
|
2011-11-23 18:10:53 +00:00
|
|
|
NOVA_BRANCH=master
|
2011-09-26 20:14:46 +00:00
|
|
|
|
|
|
|
# image catalog service
|
2011-11-14 18:55:47 +00:00
|
|
|
GLANCE_REPO=https://github.com/openstack/glance.git
|
2011-11-23 18:10:53 +00:00
|
|
|
GLANCE_BRANCH=master
|
2011-09-26 20:14:46 +00:00
|
|
|
|
|
|
|
# unified auth system (manages accounts/tokens)
|
2011-11-14 18:55:47 +00:00
|
|
|
KEYSTONE_REPO=https://github.com/openstack/keystone.git
|
|
|
|
KEYSTONE_BRANCH=stable/diablo
|
2011-09-26 20:14:46 +00:00
|
|
|
|
2011-10-28 21:00:21 +00:00
|
|
|
# python client library to nova that horizon (and others) use
|
2011-11-20 17:55:44 +00:00
|
|
|
NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git
|
2011-09-27 18:25:18 +00:00
|
|
|
NOVACLIENT_BRANCH=master
|
2011-09-26 20:14:46 +00:00
|
|
|
|
2011-10-14 16:31:09 +00:00
|
|
|
# Specify a comma-separated list of uec images to download and install into glance.
|
|
|
|
IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz
|
2011-10-14 06:03:23 +00:00
|
|
|
|
2011-09-28 22:24:57 +00:00
|
|
|
# allow local overrides of env variables
|
|
|
|
if [ -f ./localrc ]; then
|
|
|
|
source ./localrc
|
|
|
|
fi
|