nova/nova/releasenotes/notes/uwsgi-gmr-c00631db79836340.yaml
Lucian Petrut 46401ef666 api: enable oslo.reports when using uWSGI
At the moment, oslo.reports is enabled when running nova-api
standalone, but not when using uWSGI.

We're now updating the uwsgi entry point as well to include the
oslo.reports hook, which is extremely helpful when debugging
deadlocks.

Change-Id: I605f0e40417fe9b0a383cc8b3fefa1325f9690d9
2021-10-14 09:23:08 +03:00

7 lines
214 B
YAML

---
features:
- |
Guru Meditation Reports can now be generated for the Nova API service
when running under uWSGI. Note that uWSGI intercepts SIGUSR2 signals,
so a file trigger should be used instead.