]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BigSwitch: Add agent to support neutron sec groups
authorKevin Benton <blak111@gmail.com>
Tue, 11 Feb 2014 03:36:22 +0000 (19:36 -0800)
committerKevin Benton <blak111@gmail.com>
Sat, 1 Mar 2014 18:32:12 +0000 (10:32 -0800)
commit901b303f1e836421c16f914d3d60b6c9caabefde
tree0f5fe0adb67fd2e8cc5d7c8be665d29dbd642ddd
parentcb7fac25b73eb144185d24ab66bfb4fd4d318ae5
BigSwitch: Add agent to support neutron sec groups

Adds a BigSwitch Agent responsible for supporting
neutron security groups on the compute node. Adds
the mixin classes to the plugin to support the
security group calls.

Implements: blueprint bsn-neutron-sec-groups
Change-Id: I3a09888a3ba7d565c2dce8293821919c1e5d0d15
etc/neutron/plugins/bigswitch/restproxy.ini
neutron/db/migration/alembic_migrations/versions/f44ab9871cd6_bsn_security_groups.py [new file with mode: 0644]
neutron/plugins/bigswitch/agent/__init__.py [new file with mode: 0644]
neutron/plugins/bigswitch/agent/restproxy_agent.py [new file with mode: 0644]
neutron/plugins/bigswitch/config.py
neutron/plugins/bigswitch/plugin.py
neutron/tests/unit/bigswitch/test_base.py
neutron/tests/unit/bigswitch/test_restproxy_agent.py [new file with mode: 0644]
neutron/tests/unit/bigswitch/test_security_groups.py [new file with mode: 0644]
setup.cfg