]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implements quantum security groups support on OVS plugin
authorNachi Ueno <nachi@nttmcl.com>
Fri, 11 Jan 2013 00:24:54 +0000 (16:24 -0800)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Sat, 9 Feb 2013 22:42:28 +0000 (07:42 +0900)
commit06d03765d8f8f3ea1e20a5f9284a7d3131f1ee84
tree526f866daaa8df43fff2644aaf235d57fc373bd8
parent39bee347e4e53bd967a5ac2f7a74bf002933f6ea
Implements quantum security groups support on OVS plugin

implements bp quantum-security-groups-iptables-ovs
- Adding [SECURITYGROUP] firewall_driver to the conf
- Adding NoopFirewallDriver
- Adding OVSHybridIptablesFirewallDriver
- Refactoring security group code to support OVS plugin

Change-Id: I7aabc296265afc47d938121543ace57cce6cc521
18 files changed:
etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
quantum/agent/firewall.py
quantum/agent/linux/iptables_firewall.py
quantum/agent/securitygroups_rpc.py
quantum/db/migration/alembic_migrations/versions/3cb5d900c5de_security_groups.py
quantum/db/securitygroups_rpc_base.py
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/linuxbridge/db/l2network_db_v2.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
quantum/plugins/openvswitch/ovs_db_v2.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/tests/unit/linuxbridge/test_lb_security_group.py
quantum/tests/unit/openvswitch/test_openvswitch_plugin.py
quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py
quantum/tests/unit/openvswitch/test_ovs_security_group.py [new file with mode: 0644]
quantum/tests/unit/test_iptables_firewall.py
quantum/tests/unit/test_security_groups_rpc.py