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
This commit is contained in:
parent
e2da5768c7
commit
42abffd134
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user