vmware-nsx/neutron/plugins/embrane
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 Embrane LBaaS Driver 2014-03-12 16:02:11 -07:00
l2base Replaces network:* strings by constants 2014-03-05 18:00:56 +09:00
plugins Embrane Tempest Compliance 2014-02-18 23:38:01 -08:00
__init__.py Embrane Neutron Plugin 2013-08-25 14:22:38 -07:00
base_plugin.py Embrane Tempest Compliance 2014-02-18 23:38:01 -08:00
README Embrane Neutron Plugin 2013-08-25 14:22:38 -07:00

Embrane Neutron Plugin

This plugin interfaces OpenStack Neutron with Embrane's heleos platform, which
provides layer 3-7 network services for cloud environments.

L2 connectivity is leveraged by one of the supported existing plugins.

For more details on use, configuration and implementation please refer to:
http://wiki.openstack.org/wiki/Neutron/EmbraneNeutronPlugin