Merge "AdminUtil|NSX-v: complete plugin init"

This commit is contained in:
Jenkins 2017-08-02 14:43:37 +00:00 committed by Gerrit Code Review
commit 1522c5077b

View File

@ -48,10 +48,10 @@ class NsxVPluginWrapper(plugin.NsxVPlugin):
def __init__(self):
config.register_nsxv_azs(cfg.CONF, cfg.CONF.nsxv.availability_zones)
super(NsxVPluginWrapper, self).__init__()
# finish the plugin initialization (md-proxy)
self.init_complete(0, 0, 0)
# Make this the core plugin
directory.add_plugin('CORE', self)
# finish the plugin initialization (md-proxy)
self.init_complete(0, 0, 0)
def _start_rpc_listeners(self):
pass