neutron/neutron/plugins/ibm
Ihar Hrachyshka 6ca8cb84fd 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 Merge "Remove redundant default=None for config options" 2014-05-28 22:21:23 +00:00
README Adds the new IBM SDN-VE plugin 2014-03-01 10:59:54 -05:00
__init__.py Adds the new IBM SDN-VE plugin 2014-03-01 10:59:54 -05:00
sdnve_api.py Merge "Fix some typos in neutron/db and IBM SDN-VE plugin" 2014-05-28 09:40:36 +00:00
sdnve_api_fake.py Adds the new IBM SDN-VE plugin 2014-03-01 10:59:54 -05:00
sdnve_neutron_plugin.py Added RpcProxy class 2014-06-09 16:42:47 +02:00

README

IBM SDN-VE Neutron Plugin

This plugin implements Neutron v2 APIs.

For more details on how to use it please refer to the following page:
http://wiki.openstack.org/wiki/IBM-Neutron