Allow External NB database Driver installation
Change-Id: I86be0ad31067e5adc5f51777d859216f3ef73b03
This commit is contained in:
@@ -25,8 +25,8 @@ df_opts = [
|
||||
default=['$remote_db_ip:$remote_db_port'],
|
||||
help=_('Remote DB cluster host:port pairs.')),
|
||||
cfg.StrOpt('nb_db_class',
|
||||
default='dragonflow.db.drivers.etcd_db_driver.EtcdDbDriver',
|
||||
help=_('The driver class for the NB DB driver')),
|
||||
default='etcd_nb_db_driver',
|
||||
help=_('The driver to use for the NB database')),
|
||||
cfg.IPOpt('local_ip',
|
||||
default='127.0.0.1',
|
||||
help=_('Local host VTEP IP')),
|
||||
|
||||
Reference in New Issue
Block a user