The python-*client repos pick a commit from or before Essex release day.
Change-Id: Ia26d29f7b7da9dc6ffe81a88b2995b55ccfe8fe4
| ... | ... |
@@ -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 |
| 11 | 11 |
|
| 12 | 12 |
# compute service |
| 13 | 13 |
NOVA_REPO=https://github.com/openstack/nova.git |
| 14 |
-NOVA_BRANCH=master |
|
| 14 |
+NOVA_BRANCH=stable/essex |
|
| 15 | 15 |
|
| 16 | 16 |
# storage service |
| 17 | 17 |
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 |
|
| 23 | 19 |
|
| 24 | 20 |
# image catalog service |
| 25 | 21 |
GLANCE_REPO=https://github.com/openstack/glance.git |
| 26 |
-GLANCE_BRANCH=master |
|
| 22 |
+GLANCE_BRANCH=stable/essex |
|
| 27 | 23 |
|
| 28 | 24 |
# unified auth system (manages accounts/tokens) |
| 29 | 25 |
KEYSTONE_REPO=https://github.com/openstack/keystone.git |
| 30 |
-KEYSTONE_BRANCH=master |
|
| 26 |
+KEYSTONE_BRANCH=stable/essex |
|
| 31 | 27 |
|
| 32 | 28 |
# a websockets/html5 or flash powered VNC console for vm instances |
| 33 | 29 |
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git |
| ... | ... |
@@ -35,7 +31,7 @@ NOVNC_BRANCH=master |
| 35 | 35 |
|
| 36 | 36 |
# django powered web control panel for openstack |
| 37 | 37 |
HORIZON_REPO=https://github.com/openstack/horizon.git |
| 38 |
-HORIZON_BRANCH=master |
|
| 38 |
+HORIZON_BRANCH=stable/essex |
|
| 39 | 39 |
|
| 40 | 40 |
# python client library to nova that horizon (and others) use |
| 41 | 41 |
NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git |
| ... | ... |
@@ -47,7 +43,7 @@ KEYSTONECLIENT_BRANCH=master |
| 47 | 47 |
|
| 48 | 48 |
# quantum service |
| 49 | 49 |
QUANTUM_REPO=https://github.com/openstack/quantum |
| 50 |
-QUANTUM_BRANCH=master |
|
| 50 |
+QUANTUM_BRANCH=stable/essex |
|
| 51 | 51 |
|
| 52 | 52 |
# quantum client |
| 53 | 53 |
QUANTUM_CLIENT_REPO=https://github.com/openstack/python-quantumclient |