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 <viroel@gmail.com>
This commit is contained in:
Douglas Viroel
2025-11-19 17:34:41 -03:00
parent 8a884e3d51
commit cfff35ada0

View File

@@ -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: