]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move mlnx agent to be under ml2/drivers/mlnx
authorMoshe Levi <moshele@mellanox.com>
Sun, 8 Mar 2015 13:24:45 +0000 (15:24 +0200)
committerMoshe Levi <moshele@mellanox.com>
Mon, 16 Mar 2015 14:27:13 +0000 (16:27 +0200)
commit60035bb130e3c478ad92a7570820b63986c0f4bb
tree6ef330a49c1338da97f3e380221ee44171639cef
parentec716b9e68b8b66a88218913ae4c9aa3a26b025a
Move mlnx agent to be under ml2/drivers/mlnx

* move the mlnx agent to be under ml2/drivers/mlnx
* update the main entry point to be under cmd
* remove unused vnic_type parameter in agent config

Partially-implements: blueprint core-vendor-decomposition

Change-Id: Ibbb99de3124d5d81bbccbc06b33ce32b19c1daef
etc/neutron/plugins/mlnx/mlnx_conf.ini
neutron/cmd/eventlet/plugins/mlnx_neutron_agent.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mlnx/README [moved from neutron/plugins/mlnx/README with 72% similarity]
neutron/plugins/ml2/drivers/mlnx/agent/__init__.py [moved from neutron/plugins/mlnx/__init__.py with 100% similarity]
neutron/plugins/ml2/drivers/mlnx/agent/config.py [moved from neutron/plugins/mlnx/agent/config.py with 87% similarity]
neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py [moved from neutron/plugins/mlnx/agent/eswitch_neutron_agent.py with 91% similarity]
neutron/plugins/ml2/drivers/mlnx/requirements.txt
neutron/plugins/mlnx/agent/__init__.py [deleted file]
setup.cfg