vmware-nsx/neutron/plugins/mlnx
Jakub Libosvar 1a116d24a9 Fix H302 violations in plugins package
H302 violation is reported by flake8 when importing separated objects from
modules instead of importing the whole module.
e.g.   from package.module import function
       function()
is changed to
       from package import module
       module.function()

Change-Id: I83372124f4fba7b94bbfb4a56a0c0ef779ee237f
Partial-Bug: #1291032
2014-05-04 12:40:05 +02:00
..
agent Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
common Change tenant network type usage for IB Fabric 2014-02-24 08:14:34 +02:00
db Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agent_notify_api.py Add recent neutron extentions and IB support 2013-08-22 15:01:21 +03:00
mlnx_plugin.py Delete disassociated floating ips on external network deletion 2014-03-31 13:16:58 +04:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
rpc_callbacks.py Fix message i18n error 2013-09-08 15:58:12 +08:00

Mellanox Neutron Plugin

This plugin implements Neutron v2 APIs with support for
Mellanox embedded switch functionality as part of the
VPI (Ethernet/InfiniBand) HCA.

For more details on the plugin, please refer to the following link:
https://wiki.openstack.org/wiki/Mellanox-Quantum