Allow External NB database Driver installation

Change-Id: I86be0ad31067e5adc5f51777d859216f3ef73b03
This commit is contained in:
Lionel Zerbib
2016-08-03 09:44:33 +03:00
parent a1dd1bb749
commit 085c29b400
2 changed files with 22 additions and 12 deletions

View File

@@ -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')),