]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add recent neutron extentions and IB support
authorIrena Berezovsky <irenab@mellanox.com>
Sun, 11 Aug 2013 06:19:03 +0000 (09:19 +0300)
committerIrena Berezovsky <irenab@mellanox.com>
Thu, 22 Aug 2013 12:01:21 +0000 (15:01 +0300)
commit58ca4c40b93c8eb3701001ffaa42e19c127d7aad
tree0c9312e4b02820a15ca7f562b6d4d1e251121ee4
parent6eae3007558f3887d32bb422c17c4679b7515d07
Add recent neutron extentions and IB support

Additions to Mellanox Plugin:
Add ML2 compatibility support.
Enable Infiniband Network Type.
Keep the compatibility to Linux Bridge Plugin to allow Network node deployment via Linux Bridge L2 Agent.
Add support for Host Port Binding and L3/DHCP Agent Scheduler.

Implements: blueprint mlnx-plugin-improvments

Change-Id: Ieca518bbd07a39258cd14ceeecd3f9d3e2b6f219
13 files changed:
etc/neutron/plugins/mlnx/mlnx_conf.ini
neutron/common/constants.py
neutron/plugins/mlnx/agent/eswitch_neutron_agent.py
neutron/plugins/mlnx/agent_notify_api.py
neutron/plugins/mlnx/common/config.py
neutron/plugins/mlnx/common/constants.py
neutron/plugins/mlnx/db/mlnx_db_v2.py
neutron/plugins/mlnx/mlnx_plugin.py
neutron/plugins/mlnx/rpc_callbacks.py
neutron/tests/unit/mlnx/test_agent_scheduler.py [new file with mode: 0644]
neutron/tests/unit/mlnx/test_mlnx_plugin.py
neutron/tests/unit/mlnx/test_mlnx_security_group.py [new file with mode: 0644]
neutron/tests/unit/mlnx/test_rpcapi.py