summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Andrews <anotherjesse@gmail.com>2011-05-24 01:19:19 -0700
committerJesse Andrews <anotherjesse@gmail.com>2011-05-24 01:19:19 -0700
commitc58de5c6347e8620d4a295d83098e2bcbd86143d (patch)
treecb2453ca8fa7aa3f1c68599f7d2a41a561e46261
parent169707ab15e24347f74f4b8caf311ca321a0aa7a (diff)
keystone src directory needs symlinked
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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