Merge "Update plugin.py"

This commit is contained in:
Jenkins 2017-06-09 21:49:48 +00:00 committed by Gerrit Code Review
commit b767e82e11

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)]