vmware-nsx/neutron/plugins/openvswitch
Ihar Hrachyshka 161ec8341b Monkey patch threading module as early as possible
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
2014-06-09 16:42:47 +02:00
..
agent Monkey patch threading module as early as possible 2014-06-09 16:42:47 +02:00
common Remove run-time version checking for openvswitch features 2014-06-04 09:25:53 -05:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_db_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
ovs_models_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
ovs_neutron_plugin.py Added RpcProxy class 2014-06-09 16:42:47 +02:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

The Open vSwitch (OVS) Neutron plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/