Fix CI testrepo error

Change-Id: Ia48389096025dbc5c780f52d79282ebd1d5b414a
This commit is contained in:
Vinod Pandarinathan 2017-05-18 02:46:57 -07:00
parent bd4048dc0d
commit 7128464f9e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ _DEFAULT_SQL_CONNECTION = ('sqlite:///' +
paths.state_path_def('cloudpulse.sqlite'))
cfg.CONF.register_opts(sql_opts, 'database')
db_options.set_defaults(cfg.CONF, _DEFAULT_SQL_CONNECTION, 'cloudpulse.sqlite')
db_options.set_defaults(cfg.CONF, connection=_DEFAULT_SQL_CONNECTION)
def table_args():