Comment 2 for bug 1981080

Revision history for this message
sean mooney (sean-k-mooney) wrote :

i dont feel comfortable reverting https://review.opendev.org/c/openstack/nova/+/830966 since we know it will break people and you can simple disable greendns by setting the environment varble

previously nova hardcoded os.environ['EVENTLET_NO_GREENDNS'] = 'yes'

if people encounter issue with wsgi the can simply export EVENTLET_NO_GREENDNS='yes'
in the environment

if we revert that change we reintorduce https://bugs.launchpad.net/nova/+bug/1964149

which caused multiple downstream customer escalations and outaages.