diff --git a/nova/network/security_group/security_group_base.py b/nova/network/security_group/security_group_base.py index c1b1ff73f1..4a21e1348e 100644 --- a/nova/network/security_group/security_group_base.py +++ b/nova/network/security_group/security_group_base.py @@ -160,9 +160,6 @@ class SecurityGroupBase(object): def ensure_default(self, context): pass - def trigger_handler(self, event, *args): - pass - def trigger_rules_refresh(self, context, id): """Called when a rule is added to or removed from a security_group.""" pass