]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Setup firewall filters only for required ports
authorSudhakar Babu Gariganti <sudhakar-babu.gariganti@hp.com>
Fri, 7 Aug 2015 10:37:12 +0000 (16:07 +0530)
committerSudhakar Babu Gariganti <sudhakar-babu.gariganti@hp.com>
Tue, 18 Aug 2015 07:06:41 +0000 (12:36 +0530)
commit75edc1ff28a460342a9b5e5b7d63c6f4fb59862d
treef0760d39d0e76b7a4275791d1ddfda487f14fa5d
parent82acd0652f0bb6afaa190901c8a4a06aab0cf8da
Setup firewall filters only for required ports

We can skip trying to setup firewall filters for ports which are
having port_security_enabled as False or which are not associated
to any security group.

Closes-Bug: #1482554

Change-Id: Ie65201308d93c746fe4ef38f402ec300227b7d27
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/ml2/rpc.py
neutron/tests/functional/agent/l2/base.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py