]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove the embrane plugin
authorHenry Gessau <gessau@cisco.com>
Fri, 9 Oct 2015 20:49:28 +0000 (16:49 -0400)
committerHenry Gessau <gessau@cisco.com>
Sat, 10 Oct 2015 04:15:54 +0000 (00:15 -0400)
commit44950383ac5e5d53456efa9cfeda5efff547cd5c
tree4668d284eedc5452d9ee3880a334f7c5959194f6
parent6bc5fd3b2cf409081ea06d3b28e5fc55dc92c933
Remove the embrane plugin

The embrane plugin is EOL.
Users have been transitioned to other solutions.

Closes-Bug: #1504670

Depends-On: Ic13a101f04086af84251c98d775d75334504007d

Change-Id: Ibc336db310d051cae65291724ea5becadc3d3d45
32 files changed:
etc/neutron/plugins/embrane/heleos_conf.ini [deleted file]
neutron/db/migration/alembic_migrations/external.py
neutron/db/migration/alembic_migrations/versions/mitaka/contract/1b294093239c_remove_embrane_plugin.py [moved from neutron/plugins/embrane/l2base/support_exceptions.py with 65% similarity]
neutron/plugins/embrane/README [deleted file]
neutron/plugins/embrane/__init__.py [deleted file]
neutron/plugins/embrane/agent/__init__.py [deleted file]
neutron/plugins/embrane/agent/dispatcher.py [deleted file]
neutron/plugins/embrane/agent/operations/__init__.py [deleted file]
neutron/plugins/embrane/agent/operations/router_operations.py [deleted file]
neutron/plugins/embrane/base_plugin.py [deleted file]
neutron/plugins/embrane/common/__init__.py [deleted file]
neutron/plugins/embrane/common/config.py [deleted file]
neutron/plugins/embrane/common/constants.py [deleted file]
neutron/plugins/embrane/common/contexts.py [deleted file]
neutron/plugins/embrane/common/exceptions.py [deleted file]
neutron/plugins/embrane/common/operation.py [deleted file]
neutron/plugins/embrane/common/utils.py [deleted file]
neutron/plugins/embrane/l2base/__init__.py [deleted file]
neutron/plugins/embrane/l2base/fake/__init__.py [deleted file]
neutron/plugins/embrane/l2base/fake/fake_l2_plugin.py [deleted file]
neutron/plugins/embrane/l2base/fake/fakeplugin_support.py [deleted file]
neutron/plugins/embrane/l2base/ml2/__init__.py [deleted file]
neutron/plugins/embrane/l2base/ml2/ml2_support.py [deleted file]
neutron/plugins/embrane/l2base/support_base.py [deleted file]
neutron/plugins/embrane/plugins/__init__.py [deleted file]
neutron/plugins/embrane/plugins/embrane_fake_plugin.py [deleted file]
neutron/plugins/embrane/plugins/embrane_ml2_plugin.py [deleted file]
neutron/tests/unit/plugins/embrane/__init__.py [deleted file]
neutron/tests/unit/plugins/embrane/test_embrane_l3_plugin.py [deleted file]
neutron/tests/unit/plugins/embrane/test_embrane_neutron_plugin.py [deleted file]
setup.cfg
tools/check_unit_test_structure.sh