]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Firewall as a Service (FWaaS) APIs and DB Model
authorsnaiksat <sumitnaiksatam@gmail.com>
Fri, 10 May 2013 04:31:17 +0000 (21:31 -0700)
committerSumit Naiksatam <sumitnaiksatam@gmail.com>
Tue, 30 Jul 2013 05:06:50 +0000 (22:06 -0700)
commita5a88c7ed30deea47a4e1f63bb29523bc0af36d0
tree117dca3bad042f7d5ed0db788f090af04dc0817f
parentc0d3c5864ce461133035745be6b580066ee726d9
Firewall as a Service (FWaaS) APIs and DB Model

Implements: blueprint quantum-fwaas

blueprint: quantum-fwaas-plugin

This is the first iteration of the FWaaS implementation and
is geared towards implementing the model that will be
required to at least address the reference implementation.

This iteration will not include implementation of the following
features:
* grouping or dynamic objects
* application/service objects

Change-Id: I57a62d6e9d3f1e6c4dd44cd5c745710a3d9e488e
14 files changed:
etc/policy.json
neutron/common/topics.py
neutron/db/firewall/__init__.py [new file with mode: 0644]
neutron/db/firewall/firewall_db.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/39cf3f799352_fwaas_havana_2_model.py [new file with mode: 0644]
neutron/extensions/firewall.py [new file with mode: 0644]
neutron/plugins/common/constants.py
neutron/services/firewall/__init__.py [new file with mode: 0644]
neutron/services/firewall/fwaas_plugin.py [new file with mode: 0644]
neutron/tests/unit/db/firewall/__init__.py [new file with mode: 0644]
neutron/tests/unit/db/firewall/test_db_firewall.py [new file with mode: 0644]
neutron/tests/unit/services/firewall/__init__.py [new file with mode: 0644]
neutron/tests/unit/services/firewall/test_fwaas_plugin.py [new file with mode: 0644]
neutron/tests/unit/test_extension_firewall.py [new file with mode: 0644]