f2ebe107d1
The dnspython 2.0.0 incompatibility[1] is worked around in eventlet 0.26.1 by restricting the dnspython version to < 2.0.0. So the issue affects nova-novncproxy as well we need to bump our lower constraint as well. [1] https://github.com/eventlet/eventlet/issues/619 Related-Bug: #1888237 Change-Id: Ie9cc718e654cb37a4f31ccb4b052b23878d476a2
10 lines
360 B
YAML
10 lines
360 B
YAML
---
|
|
issues:
|
|
- |
|
|
The dnspython 2.0.0 package is incompatible with even the latest eventlet
|
|
package version. This makes nova-novncproxy service to fail if the version
|
|
of the dnspython package is equal or greater than 2.0.0. See `eventlet
|
|
issue 619`_ for more details
|
|
|
|
.. _eventlet issue 619: https://github.com/eventlet/eventlet/issues/619
|