Merge "Update marconi.conf-sample to deprecate sqlite"

This commit is contained in:
Jenkins 2014-03-07 20:45:43 +00:00 committed by Gerrit Code Review
commit 69c809bd79

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
# ======================================================================