glance/glance/cmd
Ben Nemec 6310052486 Make eventlet monkey patching conform to best practices
Per [1], eventlet monkey patching should happen as early as
possible to avoid mismatches where a module was imported both before
and after it was monkey patched.  This is an exception to the import
order rules that should maybe be more explicitly called out.

In addition, partial monkey patching can be a problem, as shown in
the discussion of the thread module from the same document.  This
seems to be contributing to the doc build problems that are
occurring with the latest version of openstackdocstheme, so the
partial monkey patching is also removed in favor of full patching.

Change-Id: I0d2d9fb9f0b9d747ad1d955420f6ad129ebbfbcf
1: http://specs.openstack.org/openstack/openstack-specs/specs/eventlet-best-practices.html#monkey-patching
Closes-Bug: 1759935
2018-03-29 20:36:09 +00:00
..
__init__.py remove useless EVENTLET_NO_GREENDNS 2017-01-17 10:28:57 +01:00
api.py Make eventlet monkey patching conform to best practices 2018-03-29 20:36:09 +00:00
cache_cleaner.py Remove usage of parameter enforce_type 2017-05-31 14:32:20 +08:00
cache_manage.py Remove use of deprecated optparse module 2017-10-01 07:08:00 -05:00
cache_prefetcher.py Remove usage of parameter enforce_type 2017-05-31 14:32:20 +08:00
cache_pruner.py Remove usage of parameter enforce_type 2017-05-31 14:32:20 +08:00
control.py Import i18n functions directly 2015-12-07 18:20:43 +03:00
manage.py Triggers shouldn't be execute in offline migration 2018-02-21 03:40:13 +00:00
registry.py Make eventlet monkey patching conform to best practices 2018-03-29 20:36:09 +00:00
replicator.py Remove unused None from dict.get() 2017-07-05 12:49:10 +00:00
scrubber.py Make eventlet monkey patching conform to best practices 2018-03-29 20:36:09 +00:00