Merge "TVD Octavia: Fix stats_getter parameters list"
This commit is contained in:
commit
c657b0db27
@ -55,7 +55,7 @@ class OctaviaTVDWrapper(object):
|
|||||||
return manager.delete(context, obj, completor, **args)
|
return manager.delete(context, obj, completor, **args)
|
||||||
|
|
||||||
|
|
||||||
def stats_getter(context, core_plugin):
|
def stats_getter(context, core_plugin, ignore_list=None):
|
||||||
"""Call stats of both plugins"""
|
"""Call stats of both plugins"""
|
||||||
for plugin_type in [projectpluginmap.NsxPlugins.NSX_V,
|
for plugin_type in [projectpluginmap.NsxPlugins.NSX_V,
|
||||||
projectpluginmap.NsxPlugins.NSX_T]:
|
projectpluginmap.NsxPlugins.NSX_T]:
|
||||||
|
Loading…
Reference in New Issue
Block a user