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:
Adit Sarfaty 2018-11-28 13:12:15 +02:00
parent 183b86b1f0
commit dfdd4be647
1 changed files with 1 additions and 1 deletions

View File

@ -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]: