Comment 14 for bug 1964149

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/nova/+/833436
Committed: https://opendev.org/openstack/nova/commit/f02099ea537aa3feba15cfea900a58b5c593f343
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit f02099ea537aa3feba15cfea900a58b5c593f343
Author: Sean Mooney <email address hidden>
Date: Fri Feb 25 11:09:50 2022 +0000

    reenable greendns in nova.

    Back in the days of centos 6 and python 2.6 eventlet
    greendns monkeypatching broke ipv6. As a result nova
    has run without greendns monkey patching ever since.
    This removes that old workaround allowing modern
    eventlet to use greendns for non blocking dns lookups.

    Closes-Bug: #1964149
    Change-Id: Ia511879d2f5f50a3f63d180258abccf046a7264e
    (cherry picked from commit fe1ebe69f358cbed62434da3f1537a94390324bb)
    (cherry picked from commit a913ab1aabb827771e54ef64b579cebe44ad53d1)
    (cherry picked from commit edb8bcb0294fb1488c49ad76f2422378d0c495eb)