From fdc8ba27697317c09082c7e55c06c97257ede651 Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Wed, 22 Jun 2011 15:33:03 -0500 Subject: Fixed requires for development and in readme --- README.md | 2 +- tools/pip-requires-dev | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 tools/pip-requires-dev diff --git a/README.md b/README.md index 40806197..d1032341 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ $ pip install -r tools/pip-requires-testing # Installing Development Dependencies This will install libraries used for development and testing -$ pip install -r tools/pip-requires-dev +$ pip install -r tools/pip-requires-development diff --git a/tools/pip-requires-dev b/tools/pip-requires-dev deleted file mode 100644 index efe417e7..00000000 --- a/tools/pip-requires-dev +++ /dev/null @@ -1,3 +0,0 @@ -DTest -WebTest -sphinx -- cgit From 0e5dcba3e9c91e310828f4eb9de8b97c018d0544 Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Wed, 22 Jun 2011 15:36:40 -0500 Subject: Fixed readme instructions for Nova - Issue #55 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1032341..16257e2f 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Initial support for using keystone as nova's identity component has been started 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 + nova/bin/nova-api --api_paste_config=keystone/examples/paste/nova-api-paste.ini Assuming you added the test data using bin/sampledata.sh, you can then use joeuser/secrete -- cgit