glance/glance/tests
Edward Hope-Morley bd2a8422d3 Fix getaddrinfo if dnspython is installed
If dnspython is present in the environment then eventlet
monkeypatches socket.getaddrinfo() with an implementation
which doesn't work for IPv6.

This patch has also been applied to other Openstack
projects such as nova (f2e49ad3) and keystone (3afd9791)
in order to work around the same problem and is
intended to be used in the same way.

Co-authored-by: Hui Xiang <hui.xiang@canonical.com>
Closes-Bug: 1331885
Change-Id: I795e004eac3f032217ff9cb0047f1976306fbb71
2014-12-05 09:29:16 +00:00
..
etc Fixes the failure of updating or deleting image empty property 2014-07-21 04:33:02 +08:00
functional Move from using _ builtin to using glance.i18n _ 2014-11-21 18:51:19 +00:00
integration Wrong order of assertEquals args(Glance) 2014-11-13 17:10:09 +02:00
unit Fix getaddrinfo if dnspython is installed 2014-12-05 09:29:16 +00:00
var New -k/--insecure command line option 2012-02-13 13:57:13 +00:00
__init__.py Fix getaddrinfo if dnspython is installed 2014-12-05 09:29:16 +00:00
stubs.py Reduce extraneous test output 2014-10-13 13:38:05 -04:00
test_hacking.py Enforce using six.text_type() over unicode() 2014-09-18 09:51:04 +00:00
utils.py Make RequestContext use auth_token (not auth_tok) 2014-10-28 15:39:21 +00:00