8f0a303443
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 | ||
db | ||
__init__.py | ||
README | ||
ryu_neutron_plugin.py |
Neutron plugin for Ryu Network Operating System This directory includes neutron plugin for Ryu Network Operating System. # -- Installation For how to install/set up this plugin with Ryu and OpenStack, please refer to https://github.com/osrg/ryu/wiki/OpenStack # -- Ryu General For general Ryu stuff, please refer to http://www.osrg.net/ryu/ Ryu is available at github git://github.com/osrg/ryu.git https://github.com/osrg/ryu The mailing is at ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel Enjoy!