From 5ed305f913aa16cdbc017d3139f81dd066950d81 Mon Sep 17 00:00:00 2001 From: Mike Metral Date: Fri, 11 Oct 2013 05:23:13 +0000 Subject: [PATCH] doc: Update conf filename used to enable mongod marconi-proxy & marconi-queues are now default Change-Id: Ic63ef0813b0bdd0c9797bb9b428c84940bc28645 --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 354995d01..6d42961ce 100644 --- a/README.rst +++ b/README.rst @@ -20,11 +20,14 @@ Running a local Marconi server with MongoDB cp -r marconi/etc/*.conf-sample ~/.marconi/marconi.conf -6. Find the ``[drivers:storage:mongodb]`` section in **~/.marconi/marconi.conf** and modify the URI to point to your local mongod instance:: +6. Find the ``[drivers:storage:mongodb]`` section in + **~/.marconi/marconi-queues.conf** and modify the URI to point + to your local mongod instance:: uri = mongodb://localhost -7. Run the following so you can see the results of any changes you make to the code, without having to reinstall the package each time:: +7. Run the following so you can see the results of any changes you make + to the code, without having to reinstall the package each time:: python setup.py develop