devstack_custom/stackrc

37 lines
1.3 KiB
Text
Raw Normal View History

2011-09-26 20:14:46 +00:00
# compute service
NOVA_REPO=https://github.com/cloudbuilders/nova.git
NOVA_BRANCH=diablo
2011-09-26 20:14:46 +00:00
# image catalog service
GLANCE_REPO=https://github.com/cloudbuilders/glance.git
GLANCE_BRANCH=diablo
# unified auth system (manages accounts/tokens)
KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git
KEYSTONE_BRANCH=diablo
# a websockets/html5 or flash powered VNC console for vm instances
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
2011-09-28 02:39:13 +00:00
NOVNC_BRANCH=master
2011-09-26 20:14:46 +00:00
# django powered web control panel for openstack
DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
2011-10-19 03:02:29 +00:00
DASH_BRANCH=diablo
2011-09-26 20:14:46 +00:00
# python client library to nova that dashboard (and others) use
NOVACLIENT_REPO=https://github.com/cloudbuilders/python-novaclient.git
2011-09-27 18:25:18 +00:00
NOVACLIENT_BRANCH=master
2011-09-26 20:14:46 +00:00
# openstackx is a collection of extensions to openstack.compute & nova
# that is *deprecated*. The code is being moved into python-novaclient & nova.
OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
2011-10-04 02:53:45 +00:00
OPENSTACKX_BRANCH=diablo
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-09-28 22:24:57 +00:00
# allow local overrides of env variables
if [ -f ./localrc ]; then
source ./localrc
fi