1a116d24a9
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 |
||
---|---|---|
.. | ||
agent | ||
common | ||
l2base | ||
plugins | ||
__init__.py | ||
base_plugin.py | ||
README |
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