Remove the duplicated config sqlite_db

The config sqlite_db has been removed from oslo.db. See here:
https://review.openstack.org/#/c/449437/

Change-Id: I9197b08aeb7baabf2d3fdd4cf4bd06b57a6782ff
This commit is contained in:
Hongbin Lu 2017-03-28 10:10:07 -05:00
parent 18866e2e74
commit c32e87894d
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ import zun.conf
_DEFAULT_SQL_CONNECTION = 'sqlite:///' + paths.state_path_def('zun.sqlite')
options.set_defaults(zun.conf.CONF)
options.set_defaults(zun.conf.CONF, _DEFAULT_SQL_CONNECTION, 'zun.sqlite')
options.set_defaults(zun.conf.CONF, _DEFAULT_SQL_CONNECTION)