From 8ec7ae70b4919411ec7c2292797e7559c921e2d2 Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Thu, 6 Mar 2014 16:58:13 +0800 Subject: [PATCH] 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 --- etc/marconi.conf-sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/marconi.conf-sample b/etc/marconi.conf-sample index 1e83085c4..7fc6cecbc 100644 --- a/etc/marconi.conf-sample +++ b/etc/marconi.conf-sample @@ -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 # ======================================================================