Change to use the right keystonelight repo

Change-Id: Ie216b9eade59f09c76d193a6d0fd353a02dd575f
This commit is contained in:
Vishvananda Ishaya 2012-02-08 23:33:41 +00:00
parent 44b5736d23
commit 53284c8ed0

View File

@ -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