stackrc
096fb5a8
 # compute service
e978e7fd
 NOVA_REPO=https://github.com/openstack/nova.git
 NOVA_BRANCH=stable/diablo
096fb5a8
 
28fa4e8d
 # storage service
 SWIFT_REPO=https://github.com/openstack/swift.git
f7788ac6
 SWIFT_BRANCH=stable/diablo
28fa4e8d
 
45c51137
 # swift and keystone integration
 SWIFT_KEYSTONE_REPO=https://github.com/cloudbuilders/swift-keystone2.git
 SWIFT_KEYSTONE_BRANCH=master
 
096fb5a8
 # image catalog service
e978e7fd
 GLANCE_REPO=https://github.com/openstack/glance.git
 GLANCE_BRANCH=stable/diablo
096fb5a8
 
 # unified auth system (manages accounts/tokens)
e978e7fd
 KEYSTONE_REPO=https://github.com/openstack/keystone.git
 KEYSTONE_BRANCH=stable/diablo
096fb5a8
 
 # a websockets/html5 or flash powered VNC console for vm instances
c2b3cf7f
 NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
f0a43308
 NOVNC_BRANCH=diablo
096fb5a8
 
 # django powered web control panel for openstack
ca85b799
 HORIZON_REPO=https://github.com/openstack/horizon.git
 HORIZON_BRANCH=stable/diablo
096fb5a8
 
ca85b799
 # python client library to nova that horizon (and others) use
38df1228
 NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git
248221a4
 NOVACLIENT_BRANCH=master
096fb5a8
 
 # openstackx is a collection of extensions to openstack.compute & nova
 # that is *deprecated*.  The code is being moved into python-novaclient & nova.
c2b3cf7f
 OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
4b16984f
 OPENSTACKX_BRANCH=diablo
096fb5a8
 
1bfa3d53
 # quantum service
 QUANTUM_REPO=https://github.com/openstack/quantum
9a766999
 QUANTUM_BRANCH=stable/diablo
1bfa3d53
 
b0e57cf3
 # CI test suite
 CITEST_REPO=https://github.com/openstack/openstack-integration-tests.git
 CITEST_BRANCH=master
 
120f4860
 # 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
0ab1d46e
 
eb5dea61
 # allow local overrides of env variables
 if [ -f ./localrc ]; then
     source ./localrc
 fi