summaryrefslogtreecommitdiffstats
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2013-05-06 13:42:26 -0500
committerAdam Young <ayoung@redhat.com>2013-05-06 22:23:27 -0400
commitb55620d7ee0f87b0339285b16dd6fd68e5516b10 (patch)
tree71ef8dad581e57c9934b573415ebf2131200dd8a /openstack-common.conf
parent22d96b270b6794f15471761073a4d5e1065f35b0 (diff)
Skip IPv6 tests for eventlet dns
Eventlet address resolving doesn't support IPv6. This is causing the gate to fail. The failure happens when the dnspython package is installed in the environment. When dnspython is there then eventlet takes over getaddrinfo, and eventlet's getaddrinfo doesn't support IPv6. If dnspython isn't there, then the eventlet patching doesn't happen and IPv6 address resolution works. It appears that the pip dependencies have recently been updated so that dnspython gets installed now. The fix is to skip the 3 tests that force the server to listen on "::1". Fixes bug 1176204 Once eventlet is updated, we can add the tests back in. Here's the eventlet code in question: https://bitbucket.org/eventlet/eventlet/src/e0f578180d7d82d2ed3d8a96d520103503c524ec/eventlet/support/greendns.py?at=0.12#cl-166 Change-Id: Ib7a5a5f0dcac82229b7b7fb3df4b1ef141586c5f
Diffstat (limited to 'openstack-common.conf')
0 files changed, 0 insertions, 0 deletions