Move sql options to nova.db.sqlalchemy.session
With a few minor exceptions, the sql config options are used solely within the nova.db.sqlalchemy.session module so it makes sense to move their declaration into that module. Change-Id: Iea9c2bb000cd713b01750ab3e796132ebeaa4ca8
This commit is contained in:
parent
afabe86de5
commit
0ad0d54a2b
@ -31,7 +31,8 @@ opts = [
|
||||
|
||||
CONF = cfg.CONF
|
||||
CONF.register_opts(opts)
|
||||
CONF.import_opt('sqlite_db', 'nova.config')
|
||||
CONF.import_opt('sqlite_db', 'nova.db.sqlalchemy.session')
|
||||
CONF.import_opt('state_path', 'nova.config')
|
||||
|
||||
_ENGINE = None
|
||||
_MAKER = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user