From 42abffd1341dd0a6609f768b6c087ab0d72778a6 Mon Sep 17 00:00:00 2001 From: akanksha Date: Mon, 16 Mar 2015 06:11:47 +0530 Subject: [PATCH] Correcting Instruction For Mongodb URI in README.rst README.rst tells user to refer to [drivers:message_store:mongodb] instead of [driver:storage:mongodb] and change URI under that section Previous instruction was unclear for new users. Closes-Bug: #1407218 Change-Id: I5b3254fe3ceb3518cbdcef3fa91802c11eb19358 --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 29db25207..be9c2778a 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,11 @@ all of these steps are required. It is assumed you have `MongoDB`_ and `tox` storage = mongodb - Then find the ``[drivers:storage:mongodb]`` section - and modify the URI to point to your local mongod instance:: + Then find the ``[drivers:message_store:mongodb]`` and + ``[drivers:management_store:mongodb]`` sections and + specify the URI to point to your local + mongod instance by adding this line to both the + sections:: uri = mongodb://$MONGODB_HOST:$MONGODB_PORT