]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
setup port filters when sg rules change
authorshihanzhang <shihanzhang@huawei.com>
Fri, 8 May 2015 00:51:19 +0000 (08:51 +0800)
committershihanzhang <shihanzhang@huawei.com>
Tue, 12 May 2015 12:04:37 +0000 (20:04 +0800)
commit39af7fb15ef5abe9402d80da207c2c43ca905d23
tree5077abddadf168e9037316bdb4fb9bb6c8dff9fa
parent62ccf394c21eed132277b87b2428632efb07f1b0
setup port filters when sg rules change

when security group rules change, the l2 agents which have the
ports in this security group should reload iptables, this bug
was introduced by patch#118274.

Closes-bug: #1452718
Change-Id: Idb1577128be5d8812024467f599166bc131d57ea
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py