On Wed, Sep 29, 2021 at 9:41 PM Michael Johnson <johnsomor@gmail.com> wrote:
I would like to for Designate. Assuming the eventlet issues get resolved.
There is at least one bug in 1.16 that has been resolved on the 2.x chain and some of the new features set us up for new security related features.
i belive that the latest release of eventlets is now compatiable with dnspython 2.x https://eventlet.net/doc/changelog.html#id1 so yes i think we should be movign to eventlet 0.32.0+ and dnspython 2.x
Michael
On Wed, Sep 29, 2021 at 1:19 PM Corey Bryant <corey.bryant@canonical.com> wrote:
On Fri, Sep 10, 2021 at 2:11 PM Corey Bryant <corey.bryant@canonical.com> wrote:
On Wed, Sep 30, 2020 at 11:53 AM Sean Mooney <smooney@redhat.com> wrote:
we do not know if there are other failrue neutron has a spereate issue which was tracked by https://github.com/eventlet/eventlet/issues/619 and nova hit the ssl issue with websockify and eventlets tracked by https://github.com/eventlet/eventlet/issues/632
so the issue is really eventlets is not compatiabley with dnspython 2.0 so before openstack can uncap dnspython eventlets need to gain support for dnspython 2.0 that should hopefully resolve the issues that nova, neutron and other projects are now hitting.
it is unlikely that this is something we can resolve in openstack alone, not unless we are willing to monkeyptych eventlets and other dependcies so really we need to work with eventlets and or dnspython to resolve the incompatiablity caused by the dnspython changes in 2.0
It looks like there's been some progress on eventlet supporting dnspython 2.0: https://github.com/eventlet/eventlet/commit/aeb0390094a1c3f29bb4f25a8dab9658...
Does anyone know if there are plans to (attempt to) move to dnspython 2.0 in yoga?
Thanks, Corey