[trivial] Fix typo in __init__.py

Change-Id: I67810abbfb975c0d0ad0faf9807318c462580528
This commit is contained in:
Arne Wiebalck 2021-12-16 22:03:51 +01:00
parent bdf735c662
commit 0b69890c11
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import os
import eventlet
# NOTE(TheJulia): Eventlet, when monkey patching occurs, replaces the base
# dns resolver methods. This can lead to compatability issues,
# dns resolver methods. This can lead to compatibility issues,
# and un-expected exceptions being raised during the process
# of monkey patching. Such as one if there are no resolvers.
os.environ['EVENTLET_NO_GREENDNS'] = "yes"