]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove mlnx plugin
authorMoshe Levi <moshele@mellanox.com>
Tue, 9 Dec 2014 08:38:24 +0000 (10:38 +0200)
committerMoshe Levi <moshele@mellanox.com>
Mon, 15 Dec 2014 14:04:23 +0000 (16:04 +0200)
commit3f8c8abd0a8b629fc9a5e09608f22a73db30bdb8
tree1d497a13b7f294a42a29b23015427948342fc898
parentb4a0fa3c34cd193c953557cc0931681ff0582768
Remove mlnx plugin

Mellanox plugin was marked deprecated in Juno.
This commit actually removes the code for Kilo.

Mellanox recommends users to use mlnx or SR-IOV MD

DocImpact
Closes-Bug: #1386539

Change-Id: I7d109bf62f71b2996aef4e0002f447ca3439a5cf
Signed-off-by: Moshe Levi <moshele@mellanox.com>
20 files changed:
etc/neutron/plugins/mlnx/mlnx_conf.ini
neutron/db/migration/alembic_migrations/versions/28c0ffb8ebbd_remove_mlnx_plugin.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/db/migration/models/head.py
neutron/plugins/mlnx/README
neutron/plugins/mlnx/agent_notify_api.py [deleted file]
neutron/plugins/mlnx/common/config.py
neutron/plugins/mlnx/db/__init__.py [deleted file]
neutron/plugins/mlnx/db/mlnx_db_v2.py [deleted file]
neutron/plugins/mlnx/db/mlnx_models_v2.py [deleted file]
neutron/plugins/mlnx/mlnx_plugin.py [deleted file]
neutron/plugins/mlnx/rpc_callbacks.py [deleted file]
neutron/tests/unit/mlnx/test_agent_scheduler.py [deleted file]
neutron/tests/unit/mlnx/test_defaults.py
neutron/tests/unit/mlnx/test_mlnx_db.py [deleted file]
neutron/tests/unit/mlnx/test_mlnx_plugin.py [deleted file]
neutron/tests/unit/mlnx/test_mlnx_plugin_config.py [deleted file]
neutron/tests/unit/mlnx/test_mlnx_security_group.py [deleted file]
neutron/tests/unit/mlnx/test_rpcapi.py [deleted file]
setup.cfg