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:
parent
bf055a485b
commit
8ec7ae70b4
@ -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
|
||||
|
||||
# ======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user