diff --git a/neutron/agent/linux/openvswitch_firewall/firewall.py b/neutron/agent/linux/openvswitch_firewall/firewall.py index 27f1b5ee366..0a7c8d5bd5f 100644 --- a/neutron/agent/linux/openvswitch_firewall/firewall.py +++ b/neutron/agent/linux/openvswitch_firewall/firewall.py @@ -1257,7 +1257,6 @@ def install_accepted_egress_direct_flow(self, mac, vlan_tag, dst_port, ) # For packets from patch ports. self._add_flow( - flow_group_id=dst_port, table=ovs_consts.ACCEPTED_EGRESS_TRAFFIC_NORMAL_TABLE, priority=12, dl_dst=mac,