From 53284c8ed04e249e81c07532bdeb6876f2404bb7 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 8 Feb 2012 23:33:41 +0000 Subject: [PATCH] Change to use the right keystonelight repo Change-Id: Ie216b9eade59f09c76d193a6d0fd353a02dd575f --- stackrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stackrc b/stackrc index d30bf6679f..2274e6241a 100644 --- a/stackrc +++ b/stackrc @@ -15,8 +15,8 @@ GLANCE_REPO=https://github.com/openstack/glance.git GLANCE_BRANCH=master # unified auth system (manages accounts/tokens) -KEYSTONE_REPO=https://github.com/termie/keystonelight.git -KEYSTONE_BRANCH=master +KEYSTONE_REPO=https://github.com/openstack/keystone.git +KEYSTONE_BRANCH=redux # a websockets/html5 or flash powered VNC console for vm instances NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git