Fix TempestPlugin to fix gate failure

Currently, tempest plugin for FWaaS is failing due to a wrong
function signature. This patch fixes the function.

Reference:
http://logs.openstack.org/75/247375/5/check/gate-congress-dsvm-api/1c5ed1f/logs/tempest.txt.gz?level=ERROR

Change-Id: Ifb8a0d50a88218b39274798cf8a82dc6f30abd9d
Closes-Bug: #1520098
This commit is contained in:
Reedip Banerjee 2015-11-26 13:14:48 +05:30
parent 69bc97741f
commit 658587192a
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ class NeutronFWaaSPlugin(plugins.TempestPlugin):
'neutron_fwaas/tests/tempest_plugin/tests')
return (test_dir, top_level_dir)
def register_opts(self):
def register_opts(self, conf):
return