]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Thin MLNX ML2 mechanism driver and agent
authorMoshe Levi <moshele@mellanox.com>
Sun, 11 Jan 2015 13:25:59 +0000 (15:25 +0200)
committerMoshe Levi <moshele@mellanox.com>
Thu, 29 Jan 2015 18:47:09 +0000 (20:47 +0200)
commit65f5da12df74722946716f356fd3e7a787e2239d
tree3ebb7a32892c20cefadaaee32bafe7a9c17230fd
parent06233db2e790891c20c2b9a72a2b38146d928b60
Thin MLNX ML2 mechanism driver and agent

This commit thins the in-tree MLNX ML2 MechanismDriver and Agent. A matching
change to the stackforge/networking-mlnx project has the backend logic
there.

Partial-Implements: blueprint core-vendor-decomposition
Closes-Bug: 1414902

Change-Id: I22e6ff37ea289f58ca5a7f49d65f634f72730402
13 files changed:
neutron/plugins/ml2/drivers/mlnx/mech_mlnx.py
neutron/plugins/ml2/drivers/mlnx/requirements.txt [new file with mode: 0644]
neutron/plugins/mlnx/agent/config.py [moved from neutron/plugins/mlnx/common/config.py with 97% similarity]
neutron/plugins/mlnx/agent/eswitch_neutron_agent.py
neutron/plugins/mlnx/agent/utils.py [deleted file]
neutron/plugins/mlnx/common/__init__.py [deleted file]
neutron/plugins/mlnx/common/comm_utils.py [deleted file]
neutron/plugins/mlnx/common/constants.py [deleted file]
neutron/plugins/mlnx/common/exceptions.py [deleted file]
neutron/tests/unit/ml2/drivers/test_mech_mlnx.py
neutron/tests/unit/mlnx/__init__.py [deleted file]
neutron/tests/unit/mlnx/test_mlnx_comm_utils.py [deleted file]
neutron/tests/unit/mlnx/test_mlnx_neutron_agent.py [deleted file]