diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | tools/pip-requires-dev | 3 |
2 files changed, 2 insertions, 5 deletions
@@ -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 </pre> @@ -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 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 |
