fix bug lp:843064

change description of for integrating with nova.

Change-Id: I8c9dc9922efd4aa055c2f0e984aaad1cd7e9bca6
This commit is contained in:
Yaguang Tang 2012-01-05 17:03:00 +08:00
parent bb1aed610f
commit 1b44286ca9
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ Initial support for using keystone as nova's identity component has been started
bzr clone lp:nova
git clone git://github.com/openstack/keystone.git
# link keystone into the nova root dir
ln -s keystone/keystone nova/keystone
# install keystone on the host which runs nova
run "python setup install" to install keystone.
# run nova-api based on the paste config in keystone
nova/bin/nova-api --api_paste_config=keystone/examples/paste/nova-api-paste.ini