Fix TempestPlugin function signature
Currently, tempest plugin for TaaS can fail due to a wrong function signature. This patch fixes the function signature. Change-Id: Id051e011bc3f0beb837542c6655e9e4379228b1e
This commit is contained in:
parent
c6a42502bb
commit
72b8fb80aa
@ -32,5 +32,5 @@ class NeutronTaaSPlugin(plugins.TempestPlugin):
|
||||
'neutron_taas/tests/tempest_plugin/tests')
|
||||
return (test_dir, top_level_dir)
|
||||
|
||||
def register_opts(self):
|
||||
def register_opts(self, conf):
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user