From cfff35ada07742a870b80a380be1c5c5b5272707 Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Wed, 19 Nov 2025 17:34:41 -0300 Subject: [PATCH] Disable eventlet patching for api service in threading job We already disable decision-engine monkey patching in the threading job, but missed disabling it for the api too. Change-Id: Ie89b86b177018397b0ff5ea7199eb0e5c0215d0c Signed-off-by: Douglas Viroel --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 2fd9f67dd..3b41931f0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -354,6 +354,7 @@ parent: watcher-prometheus-integration vars: devstack_localrc: + 'SYSTEMD_ENV_VARS["watcher-api"]': OS_WATCHER_DISABLE_EVENTLET_PATCHING=true 'SYSTEMD_ENV_VARS["watcher-decision-engine"]': OS_WATCHER_DISABLE_EVENTLET_PATCHING=true - job: