Browse code

switch to using stable-diablo

Vishvananda Ishaya authored on 2011/11/15 03:55:47
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 # compute service
2
-NOVA_REPO=https://github.com/cloudbuilders/nova.git
3
-NOVA_BRANCH=diablo
2
+NOVA_REPO=https://github.com/openstack/nova.git
3
+NOVA_BRANCH=stable/diablo
4 4
 
5 5
 # storage service
6 6
 SWIFT_REPO=https://github.com/openstack/swift.git
... ...
@@ -11,12 +11,12 @@ SWIFT_KEYSTONE_REPO=https://github.com/cloudbuilders/swift-keystone2.git
11 11
 SWIFT_KEYSTONE_BRANCH=master
12 12
 
13 13
 # image catalog service
14
-GLANCE_REPO=https://github.com/cloudbuilders/glance.git
15
-GLANCE_BRANCH=diablo
14
+GLANCE_REPO=https://github.com/openstack/glance.git
15
+GLANCE_BRANCH=stable/diablo
16 16
 
17 17
 # unified auth system (manages accounts/tokens)
18
-KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git
19
-KEYSTONE_BRANCH=diablo
18
+KEYSTONE_REPO=https://github.com/openstack/keystone.git
19
+KEYSTONE_BRANCH=stable/diablo
20 20
 
21 21
 # a websockets/html5 or flash powered VNC console for vm instances
22 22
 NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git