Update plugin.py

Corrects get_opt_lists to correctly return registered opts for
Patrole.

Change-Id: Ie789a70bfc194b2a783f88ad035bba5119b8953b
Closes-Bug: #1694811
This commit is contained in:
Samantha Blanco 2017-06-06 17:07:39 -04:00
parent 6a06200be3
commit b573cea770
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ class PatroleTempestPlugin(plugins.TempestPlugin):
project_config.RbacGroup)
def get_opt_lists(self):
return []
return [(project_config.rbac_group.name, project_config.RbacGroup)]