neutron/neutron/plugins/mlnx
Ihar Hrachyshka c0db9c23e3 Configure agents using neutron.common.config.init (formerly .parse)
After oslo.messaging port is done, we'll need to initialize RPC layer
from all RPC agents. We'll put initialization into init() function, so
the first step for migration is to make agents use it.

The function is renamed to be explicit about the fact that we don't just
parse configuration by calling it, but also do other common
initializations, like setting RPC layer.

blueprint oslo-messaging

Change-Id: I71c62f270ac7a1ff1426a3f49a32133b65580e35
2014-06-17 21:56:24 +02:00
..
agent Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +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
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agent_notify_api.py Added RpcProxy class 2014-06-09 16:42:47 +02:00
mlnx_plugin.py Introduced rpc_compat.create_connection() 2014-06-16 12:44:22 +02:00
rpc_callbacks.py Introduce RpcCallback class 2014-06-16 12:44:22 +02:00

README

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