neutron/neutron
Ihar Hrachyshka 3711573151 Monkey patch all the code inside neutron/cmd/eventlet/...
The directory is initially empty.

We are going to maintain entry points for all services and agents that
run in eventlet mode in this directory, and monkey patch them from
there, instead of spreading monkey_patch() calls throughout the library.

This will guarantee us that all the services that are maintained in this
part of the tree monkey patch stdlib properly, before doing any other
imports.

This is also useful to track which parts of the project require
eventlet.  This will later help to migrate services one by one out of
eventlet to real threads in case we decide to move this direction.

Related-Bug: #1417386
Related-Bug: #1418541
Change-Id: I2bc16ca4422c01d64e9fac4910214dbb0d0326ff
2015-02-18 13:33:57 +01:00
..
agent Stop using passed root_helper in ip_lib 2015-02-18 02:22:27 +00:00
api Remove unused RPC methods from l3_rpc 2015-02-11 15:41:19 -08:00
cmd Monkey patch all the code inside neutron/cmd/eventlet/... 2015-02-18 13:33:57 +01:00
common Stop using passed root_helper in ip_lib 2015-02-18 02:22:27 +00:00
db Fix FIP agent gw port delete based on external net 2015-02-17 18:41:19 +00:00
debug oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
extensions Typos fixed 2015-02-10 13:28:17 -08:00
hacking hacking: also catch 'import oslo.*' imports 2015-02-11 14:06:42 +01:00
locale Imported Translations from Transifex 2015-02-04 06:15:26 +00:00
notifiers oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
openstack Migrate to oslo.concurrency 2015-01-15 21:01:06 +01:00
plugins Merge "Search in /sys/class/net for network devices" 2015-02-18 06:58:08 +00:00
scheduler Merge "Fixes Multiple External Networks issue with DVR" 2015-02-07 00:24:14 +00:00
server oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
services oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
tests tests: monkey patch stdlib before importing other modules 2015-02-18 13:33:57 +01:00
__init__.py Revert "monkey patch stdlib before importing other modules" 2015-02-11 17:26:33 -08:00
auth.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
context.py Merge "Migrate to oslo.context" 2014-12-15 06:10:55 +00:00
hooks.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
i18n.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
manager.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
neutron_plugin_base_v2.py Throw exception instances instead of classes 2014-09-07 12:56:30 +04:00
policy.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
quota.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
service.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
version.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
wsgi.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00