NSX|V admin utils: Fix rpc method override
Admin utilities mock plugin should skip the RPC initialization. This patch is fixing the name of hte overriding method. Change-Id: I6bad63cf642a91c25fc6aaf53d0b91daa5179ab5
This commit is contained in:
parent
91100ffd5a
commit
c5ab00d5b5
@ -67,7 +67,7 @@ class NsxVPluginWrapper(plugin.NsxVPlugin):
|
||||
"housekeeper.NsxHousekeeper"):
|
||||
self.init_complete(0, 0, 0)
|
||||
|
||||
def _start_rpc_listeners(self):
|
||||
def start_rpc_listeners(self):
|
||||
pass
|
||||
|
||||
def _extend_get_network_dict_provider(self, context, net):
|
||||
|
Loading…
x
Reference in New Issue
Block a user