glance/glance/tests
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
..
etc Implement and Enable Community Images 2017-01-18 17:56:12 +00:00
functional Merge "Use oslo_db.sqlalchemy.test_fixtures" 2018-03-21 05:57:29 +00:00
integration Remove usage of parameter enforce_type 2017-05-31 14:32:20 +08:00
unit Merge "Use config opt value to determine import methods" 2018-03-19 10:21:08 +00:00
var Support importing OVA/OVF package to Glance 2016-02-24 14:35:19 -08:00
__init__.py Make eventlet monkey patching conform to best practices 2018-03-29 20:36:09 +00:00
stubs.py Remove unused None from dict.get() 2017-07-05 12:49:10 +00:00
test_hacking.py Hacking checks for not using dict iteration calls 2016-01-25 21:54:08 -08:00
utils.py Modify glance manage db sync to use EMC 2018-02-05 17:00:57 +05:30