Merge "Remove unnecessary dir 'legacy'"
diff --git a/.zuul.yaml b/.zuul.yaml
index 35835e5..387c042 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -65,7 +65,6 @@
post-run: playbooks/patrole-py35-member/post.yaml
- project:
- name: openstack/patrole
check:
jobs:
- patrole-admin
diff --git a/patrole_tempest_plugin/rbac_rule_validation.py b/patrole_tempest_plugin/rbac_rule_validation.py
index 75d1baa..daf03e4 100644
--- a/patrole_tempest_plugin/rbac_rule_validation.py
+++ b/patrole_tempest_plugin/rbac_rule_validation.py
@@ -175,10 +175,6 @@
"OverPermission: Role %s was allowed to perform %s" %
(role, rule))
finally:
- # TODO(felipemonteiro): Remove the call below once all the
- # tests have migrated over to `override_role` public method.
- test_obj.rbac_utils._override_role(test_obj,
- toggle_rbac_role=False)
if CONF.patrole_log.enable_reporting:
RBACLOG.info(
"[Service]: %s, [Test]: %s, [Rule]: %s, "