From e978e7fde29bec158360aa4c1f8dc5e5225f3b18 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Mon, 14 Nov 2011 10:55:47 -0800 Subject: [PATCH] switch to using stable-diablo --- stackrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stackrc b/stackrc index b541711..a50835a 100644 --- a/stackrc +++ b/stackrc @@ -1,6 +1,6 @@ # compute service -NOVA_REPO=https://github.com/cloudbuilders/nova.git -NOVA_BRANCH=diablo +NOVA_REPO=https://github.com/openstack/nova.git +NOVA_BRANCH=stable/diablo # storage service SWIFT_REPO=https://github.com/openstack/swift.git @@ -11,12 +11,12 @@ SWIFT_KEYSTONE_REPO=https://github.com/cloudbuilders/swift-keystone2.git SWIFT_KEYSTONE_BRANCH=master # image catalog service -GLANCE_REPO=https://github.com/cloudbuilders/glance.git -GLANCE_BRANCH=diablo +GLANCE_REPO=https://github.com/openstack/glance.git +GLANCE_BRANCH=stable/diablo # unified auth system (manages accounts/tokens) -KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git -KEYSTONE_BRANCH=diablo +KEYSTONE_REPO=https://github.com/openstack/keystone.git +KEYSTONE_BRANCH=stable/diablo # a websockets/html5 or flash powered VNC console for vm instances NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git