]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds port security api extension and base class
authorAaron Rosen <arosen@nicira.com>
Wed, 9 Jan 2013 06:53:02 +0000 (22:53 -0800)
committerAaron Rosen <arosen@nicira.com>
Wed, 23 Jan 2013 21:42:30 +0000 (13:42 -0800)
commit2a3e25e383621590375b37cd1303d6fb3464abae
tree12b1e6c5e3f957f2fe497a04ac8989543f44bc6e
parent200f9d53be496dcb331d24f721cb63f66f653bbd
Adds port security api extension and base class

Implements blueprint port-security-api-base-class
This patch also updates the _create_network/port in the unit tests
so that it does not remove false values from arg_list.
Fixes bug 1097527

Change-Id: I22b55b0ed56c830995ffb491176c801c697abe6f
etc/policy.json
quantum/db/portsecurity_db.py [new file with mode: 0644]
quantum/db/securitygroups_db.py
quantum/extensions/portsecurity.py [new file with mode: 0644]
quantum/tests/unit/test_db_plugin.py
quantum/tests/unit/test_extension_portsecurity.py [new file with mode: 0644]