Update marconi.conf-sample to deprecate sqlite

Now we're supporting sqlalchemy and the sqlite is deprecated.
So the marconi.conf-sample should be update to reflect the
change so as to avoid confusion.

Closes-Bug: #1288619

Change-Id: Ief5dad6345dc24e70af18e9e47d0f8dd384cee47
This commit is contained in:
Fei Long Wang 2014-03-06 16:58:13 +08:00
parent bf055a485b
commit 8ec7ae70b4
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ log_file = /var/log/marconi/queues.log
# Transport driver module (e.g., wsgi, zmq)
transport = wsgi
# Storage driver module (e.g., mongodb, sqlite)
# Storage driver module (e.g., mongodb, sqlalchemy)
# sqlite has been deprecated, though it still works given the backward
# compatibility support.
storage = mongodb
# ======================================================================