Select stable/essex branches

The python-*client repos pick a commit from or before Essex release day.

Change-Id: Ia26d29f7b7da9dc6ffe81a88b2995b55ccfe8fe4
This commit is contained in:
Dean Troyer 2012-03-21 10:47:19 -05:00
parent b7748fbe44
commit fe08c5bfe4
1 changed files with 6 additions and 10 deletions

16
stackrc
View File

@ -11,23 +11,19 @@ ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-vol,n-sch,n-nov
# compute service
NOVA_REPO=https://github.com/openstack/nova.git
NOVA_BRANCH=master
NOVA_BRANCH=stable/essex
# storage service
SWIFT_REPO=https://github.com/openstack/swift.git
SWIFT_BRANCH=master
# swift and keystone integration
SWIFT_KEYSTONE_REPO=https://github.com/cloudbuilders/swift-keystone2.git
SWIFT_KEYSTONE_BRANCH=master
SWIFT_BRANCH=stable/essex
# image catalog service
GLANCE_REPO=https://github.com/openstack/glance.git
GLANCE_BRANCH=master
GLANCE_BRANCH=stable/essex
# unified auth system (manages accounts/tokens)
KEYSTONE_REPO=https://github.com/openstack/keystone.git
KEYSTONE_BRANCH=master
KEYSTONE_BRANCH=stable/essex
# a websockets/html5 or flash powered VNC console for vm instances
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
@ -35,7 +31,7 @@ NOVNC_BRANCH=master
# django powered web control panel for openstack
HORIZON_REPO=https://github.com/openstack/horizon.git
HORIZON_BRANCH=master
HORIZON_BRANCH=stable/essex
# python client library to nova that horizon (and others) use
NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git
@ -47,7 +43,7 @@ KEYSTONECLIENT_BRANCH=master
# quantum service
QUANTUM_REPO=https://github.com/openstack/quantum
QUANTUM_BRANCH=master
QUANTUM_BRANCH=stable/essex
# quantum client
QUANTUM_CLIENT_REPO=https://github.com/openstack/python-quantumclient