Skip to content

Commit e978e7f

Browse files
committed
switch to using stable-diablo
1 parent 08c999d commit e978e7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

stackrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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
44

55
# storage service
66
SWIFT_REPO=https://github.com/openstack/swift.git
@@ -11,12 +11,12 @@ SWIFT_KEYSTONE_REPO=https://github.com/cloudbuilders/swift-keystone2.git
1111
SWIFT_KEYSTONE_BRANCH=master
1212

1313
# 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
1616

1717
# 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
2020

2121
# a websockets/html5 or flash powered VNC console for vm instances
2222
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git

0 commit comments

Comments
 (0)