TVD Octavia: Fix stats_getter parameters list
The parameters list of this method should match the list of the same method for the V/T drivers. Change-Id: I115140adb5190e3e391ccf5dc354ed2dcac0be88
This commit is contained in:
parent
183b86b1f0
commit
dfdd4be647
@ -55,7 +55,7 @@ class OctaviaTVDWrapper(object):
|
||||
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"""
|
||||
for plugin_type in [projectpluginmap.NsxPlugins.NSX_V,
|
||||
projectpluginmap.NsxPlugins.NSX_T]:
|
||||
|
Loading…
Reference in New Issue
Block a user