161ec8341b
In oslo.messaging, local thread store is used to pass RPC request context [1]. If we try to import oslo.messaging before monkey patching threading library, it attempts to access unpatched storage and fails with AttributeError. [1]: oslo/messaging/localcontext.py#L26 blueprint oslo-messaging Change-Id: Ied7302fcb1d3e14428540e39e3db704550027890 |
||
---|---|---|
.. | ||
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!