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
..
2013-07-06 15:02:43 -04:00
2013-07-31 14:42:17 -07:00

PLUMgrid Neutron Plugin for Virtual Network Infrastructure (VNI)

This plugin implements Neutron v2 APIs and helps configure
L2/L3 virtual networks consisting of PLUMgrid Platform.
Implements External Networks and Port Binding Extension

For more details on use please refer to:
http://wiki.openstack.org/PLUMgrid-Neutron