Merge "Move global path opts in nova.paths"

This commit is contained in:
Jenkins
2013-01-08 05:51:15 +00:00
committed by Gerrit Code Review
2 changed files with 39 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ CONF = cfg.CONF
CONF.register_opts(test_opts)
CONF.import_opt('sql_connection', 'nova.db.sqlalchemy.session')
CONF.import_opt('sqlite_db', 'nova.db.sqlalchemy.session')
CONF.import_opt('state_path', 'nova.config')
CONF.import_opt('state_path', 'nova.paths')
CONF.set_override('use_stderr', False)
logging.setup('nova')