From c58de5c6347e8620d4a295d83098e2bcbd86143d Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Tue, 24 May 2011 01:19:19 -0700 Subject: keystone src directory needs symlinked --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4131905d..8d71757b 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Initial support for using keystone as nova's identity component has been started git clone git://github.com/khussein/keystone.git # link keystone into the nova root dir - ln -s keystone nova/keystone + ln -s keystone/keystone nova/keystone # run nova-api based on the paste config in keystone nova/bin/nova-api --api_paste_config=keystone/docs/nova-api-paste.ini -- cgit