Merge "Stop using config option sqlite_db"

This commit is contained in:
Jenkins 2016-09-16 06:54:26 +00:00 committed by Gerrit Code Review
commit e83226f8e9

View File

@ -107,7 +107,7 @@ def set_db_defaults():
db_options.set_defaults(
cfg.CONF,
connection='sqlite://',
sqlite_db='', max_pool_size=10,
max_pool_size=10,
max_overflow=20, pool_timeout=10)
set_db_defaults()