group-based-policy/gbpservice/neutron/tests/unit/plugins
Kent Wu 74c36b721d Security Group support
1. Change 2 binding parameters to False, which will disable iptables FW. This is
basically what we do for the legacy GBP.
2. Provide a monkey patch to address those upstream bugs related to SG and SG_rules.
3. Register for those SG and SG_rules events then process them accordingly. This will
create/update/delete the corresponding objects in AIM.
4. If a SG_rule's remote_group_id is set, expand the port's fixed_ips into this rule's
remote_ips. Also remove that ip when the port is being deleted. This will also happen
when SGs are added or removed from the port.
5. Insert some default rules to allow ARP traffic to go thru during the MD initialization.
6. Add the SG info into the EP file.

Change-Id: I4b0d9f9da2c15ac95aef6697a74f03194eb74487
2017-10-05 12:14:39 -07:00
..
ml2plus Security Group support 2017-10-05 12:14:39 -07:00
__init__.py Extend ML2 core plugin 2016-07-11 21:32:38 -04:00