Comment 5 for bug 1895322

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

Reviewed: https://review.opendev.org/751622
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4984b3b75b5f7086b7464d9acb940e3fb0334a5e
Submitter: Zuul
Branch: stable/train

commit 4984b3b75b5f7086b7464d9acb940e3fb0334a5e
Author: Artom Lifshitz <email address hidden>
Date: Fri Sep 11 10:23:30 2020 -0400

    Correctly disable greendns

    Previously, we were setting the environment variable to disable
    greendns in eventlet *after* import eventlet. This has no effect, as
    eventlet processes environment variables at import time. This patch
    moves the setting of EVENTLET_NO_GREENDNS before importing eventlet in
    order to correctly disable greendns.

    Closes-bug: 1895322
    Change-Id: I4deed815c8984df095019a7f61d089f233f1fc66
    (cherry picked from commit 7c1d964faab33a02fe2366b5194611252be045fc)
    (cherry picked from commit 79e6b7fd30a04cdb2374abcaf496b6b5b76084ff)