zaqar/marconi
Flavio Percoco e43e7e7101 Deprecate sqlite in favor of sqlalchemy
Since the default engine used by the new sqlalchemy driver is sqlite, it
doesn't make sense to keep the sqlite driver around. This patch replaces
all usages of `sqlite` with `sqlalchemy`.

Although sqlite is being deprecated, the patch keeps the entry point for
backwards compatibility so that environments currently using the sqlite
backend won't be suddenly broken.

Implement blueprint: sql-storage-driver

Change-Id: Ib7e32fa56ab0c6621dc9a888feb6b0e4981b4e91
2014-03-04 09:15:50 +01:00
..
cmd fix(bootstrap): Logging CLI options don't work 2013-10-17 10:33:17 -05:00
common Remove termios support (and associated issues) 2014-02-27 10:13:02 -05:00
openstack Sync common modules from olso and remove py3kcompat 2014-02-18 19:31:27 +08:00
queues Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
tests Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
__init__.py Remove the __MARCONI_SETUP_ global from init 2013-12-09 17:41:29 +01:00
version.py Follow hacking rules about import 2013-10-11 20:06:35 -07:00