Skip to content

Commit fe08c5b

Browse files
author
Dean Troyer
committed
Select stable/essex branches
The python-*client repos pick a commit from or before Essex release day. Change-Id: Ia26d29f7b7da9dc6ffe81a88b2995b55ccfe8fe4
1 parent b7748fb commit fe08c5b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

stackrc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,27 @@ ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-vol,n-sch,n-nov
1111

1212
# compute service
1313
NOVA_REPO=https://github.com/openstack/nova.git
14-
NOVA_BRANCH=master
14+
NOVA_BRANCH=stable/essex
1515

1616
# storage service
1717
SWIFT_REPO=https://github.com/openstack/swift.git
18-
SWIFT_BRANCH=master
19-
20-
# swift and keystone integration
21-
SWIFT_KEYSTONE_REPO=https://github.com/cloudbuilders/swift-keystone2.git
22-
SWIFT_KEYSTONE_BRANCH=master
18+
SWIFT_BRANCH=stable/essex
2319

2420
# image catalog service
2521
GLANCE_REPO=https://github.com/openstack/glance.git
26-
GLANCE_BRANCH=master
22+
GLANCE_BRANCH=stable/essex
2723

2824
# unified auth system (manages accounts/tokens)
2925
KEYSTONE_REPO=https://github.com/openstack/keystone.git
30-
KEYSTONE_BRANCH=master
26+
KEYSTONE_BRANCH=stable/essex
3127

3228
# a websockets/html5 or flash powered VNC console for vm instances
3329
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
3430
NOVNC_BRANCH=master
3531

3632
# django powered web control panel for openstack
3733
HORIZON_REPO=https://github.com/openstack/horizon.git
38-
HORIZON_BRANCH=master
34+
HORIZON_BRANCH=stable/essex
3935

4036
# python client library to nova that horizon (and others) use
4137
NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git
@@ -47,7 +43,7 @@ KEYSTONECLIENT_BRANCH=master
4743

4844
# quantum service
4945
QUANTUM_REPO=https://github.com/openstack/quantum
50-
QUANTUM_BRANCH=master
46+
QUANTUM_BRANCH=stable/essex
5147

5248
# quantum client
5349
QUANTUM_CLIENT_REPO=https://github.com/openstack/python-quantumclient

0 commit comments

Comments
 (0)