commit | b573cea770e9bf95d5106a5e73ab50cdac684c5f | [log] [tgz] |
---|---|---|
author | Samantha Blanco <samantha.blanco@att.com> | Tue Jun 06 17:07:39 2017 -0400 |
committer | Samantha Blanco <samantha.blanco@att.com> | Wed Jun 07 20:17:40 2017 +0000 |
tree | 219ba62db3b601627d1b91ea110e0495674b9854 | |
parent | 6a06200be3439f52d8d925e2e0356cc62f0db81d [diff] |
Update plugin.py Corrects get_opt_lists to correctly return registered opts for Patrole. Change-Id: Ie789a70bfc194b2a783f88ad035bba5119b8953b Closes-Bug: #1694811
diff --git a/patrole_tempest_plugin/plugin.py b/patrole_tempest_plugin/plugin.py index cfe5c0a..28ce12c 100644 --- a/patrole_tempest_plugin/plugin.py +++ b/patrole_tempest_plugin/plugin.py
@@ -36,4 +36,4 @@ project_config.RbacGroup) def get_opt_lists(self): - return [] + return [(project_config.rbac_group.name, project_config.RbacGroup)]