]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Send 'security_groups_member_updated' when port changes
authorshihanzhang <shihanzhang@huawei.com>
Fri, 24 Apr 2015 10:28:17 +0000 (18:28 +0800)
committershihanzhang <shihanzhang@huawei.com>
Mon, 8 Jun 2015 01:58:36 +0000 (01:58 +0000)
commitb17ff81ef1b18395c0b0671a487f68201d739f43
tree27b9b29e1e6bc825a1f800a61c01e7b1e9438c01
parent66bc9deba859946ed34bb5b9e789ef228e534e8e
Send 'security_groups_member_updated' when port changes

With ml2 plugin, when a port's IP or security group changes, it
should send 'security_groups_member_updated' message to other l2
agents which have same security group with this changed port.

Change-Id: I2e7622d2db4c173ac879a95a6e0adf92b858fe82
Closes-bug: #1448022
neutron/db/securitygroups_rpc_base.py
neutron/plugins/ml2/plugin.py
neutron/tests/unit/plugins/ml2/test_plugin.py