Files
watcher/watcher
ChangBo Guo(gcb) 23092b6f84 Use memory mode for sqlite in db test
Config option sqlite_db is deprecated in
0a1bae9859079fb21a03716be947c5f1da6db0a2, and deprecate argumentsqlite_db in method set_defaults in
https://review.openstack.org/#/c/350945/, should use config option
connection instead. For watcher, we test database with sqlite in memory
mode [1] as below:

cfg.CONF.set_override("connection", "sqlite://",
                      group="database", enforce_type=True)

and don't use config option sqlite_db, so remove unused code.

[1]http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html#sqlite

Change-Id: I9b1f995e1b7004bcfe6c5a854c2f83b24e5bfb56
2016-09-09 19:51:15 +08:00
..
2016-09-07 08:13:36 +00:00
2016-08-26 07:13:39 +00:00
2016-07-25 07:52:45 -04:00
2016-08-24 08:40:53 +02:00
2015-10-22 17:04:14 +02:00
2016-08-26 07:13:39 +00:00
2016-04-22 10:33:21 +02:00