Merge "Remove call to nb_api.initialize in bgp service"

This commit is contained in:
Zuul 2017-12-31 19:52:01 +00:00 committed by Gerrit Code Review
commit 7db9e4e7a7
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ class BGPService(service.Service):
def start(self):
super(BGPService, self).start()
self.nb_api.initialize(db_ip=cfg.CONF.df.remote_db_ip,
db_port=cfg.CONF.df.remote_db_port)
self.register_bgp_models()
self.bgp_pulse.start(cfg.CONF.df_bgp.pulse_interval)