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:
Reedip Banerjee 2015-12-04 14:10:03 +05:30 committed by Reedip
parent c6a42502bb
commit 72b8fb80aa
1 changed files with 1 additions and 1 deletions

View File

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