]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:38 +0000 (15:20 +0800)
commit65fc2607700bf3818c394c1a2591a2c9557e096e
treef44de75701d4a14e200e939e995f371db4e2b2d9
parent0eeb236962e645f7bef9cae7373b1a667a73577c
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