Skip to content

Commit

Permalink
Bump eventlet to 0.24.1
Browse files Browse the repository at this point in the history
We want this patch [0] in eventlet that avoids contacting nameservers
if there's at least one (IPv4 or IPv6) entry in the hosts file.
In the case where no nameservers are configured, this will avoid
unnecessary delays when resolving hostnames.

Also eventlet <v0.21.0 is affected by [1] on Python 3.6 causing
neutron to fail with SSL enabled. The issue is fixed in v0.21.0

Also updates os-xenapi to compatible version.

[0] eventlet/eventlet@10ff67f
[1] eventlet/eventlet#371

Closes-bug: #1785615
Closes-bug: #1884808
Depends-On: https://review.opendev.org/#/c/736194/
Change-Id: Ia18372625d1e5c87a3afdb5617f0390c19d46470
  • Loading branch information
danalsan authored and aostapenko committed Jun 24, 2020
1 parent e70b99f commit 91920f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ddt===1.2.0
pyserial===3.4
ipaddress===1.0.22
python-freezerclient===1.7.0
os-xenapi===0.3.3
os-xenapi===0.3.4
python-vitrageclient===2.3.0
nosexcover===1.0.11
krest===1.3.1
Expand Down Expand Up @@ -135,7 +135,7 @@ google-auth===1.5.0
kazoo===2.5.0
XStatic-roboto-fontface===0.5.0.0
pyudev===0.21.0
eventlet===0.20.0
eventlet===0.24.1
openstack-doc-tools===1.8.0
frozendict===1.2
oslo.messaging===8.1.4
Expand Down

0 comments on commit 91920f7

Please sign in to comment.