Fix "message_store" config option in zaqar doc

In zaqar documents, a config option under the [driver] section is wrongly named as "message_storage". 
However actually as per zaqar code it should be name as "message_store". 
This patch fix this name issue. 
Closes-Bug: #1496202

Change-Id: I7fdff8b7cb87850920f7144aea84e907221bbcf7
This commit is contained in:
MD NADEEM 2015-09-16 12:15:45 +09:00
parent 5a332eadbf
commit 02b6c93719
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ sudo yum install gcc python-pip libxml2-devel libxslt-devel
4. Find ``[drivers]`` section in ``~/.zaqar/zaqar.conf``
and specify to use mongodb storage::
message_storage = mongodb
message_store = mongodb
management_store = mongodb
Then find the ``[drivers:message_store:mongodb]`` and

View File

@ -108,7 +108,7 @@ Configuration
4. Find the [drivers] section in ~/.zaqar/zaqar.conf and specify mongodb as the message store::
message_storage = mongodb
message_store = mongodb
management_store = mongodb
5. Find the [drivers:message_store:mongodb] section and modify the URI to point to your local mongod instance::