]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add devices to update in RPC call security_groups_provider_updated
authorrossella <rsblendido@suse.com>
Thu, 15 Jan 2015 15:15:23 +0000 (16:15 +0100)
committerrossella <rsblendido@suse.com>
Mon, 27 Apr 2015 20:47:39 +0000 (20:47 +0000)
commit4e71c48bbfd5e8b8c59f0c45ade52ba8eddc8b63
treee873d5bde54b714be1fcc18c99eced2cf6c7e67b
parentc5188d8bf8493e4b075689f64251f85231e696a2
Add devices to update in RPC call security_groups_provider_updated

When a security_groups_provider_updated is received then a global
refresh of the firewall is performed. This can be avoided if the
plugins pass as parameter of the call the devices that belongs to
the network updated.

Partially-Implements: blueprint restructure-l2-agent
Change-Id: I1e78f3a5ec7e5c5bcba338a0097566422411ef7e
neutron/agent/securitygroups_rpc.py
neutron/api/rpc/handlers/securitygroups_rpc.py
neutron/db/securitygroups_rpc_base.py
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/agent/test_securitygroups_rpc.py
neutron/tests/unit/api/rpc/handlers/test_securitygroups_rpc.py
neutron/tests/unit/plugins/ml2/test_plugin.py