Merge "Remove eventlet greendns patching"

This commit is contained in:
Zuul
2025-03-31 17:38:34 +00:00
committed by Gerrit Code Review

View File

@@ -9,8 +9,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import eventlet
import os
os.environ["EVENTLET_NO_GREENDNS"] = "yes"
# NOTE(JayF) Without monkey_patching socket, API requests will hang with TLS
# enabled. Enabling more than just socket for monkey patching causes failures