cinder/cinder/wsgi
Arnaud Morin 92b9c25d82 Add GMR to cinder wsgi
When running cinder under WSGI, we might want to have Guru Meditation
Reports as well as when running outside of WSGI.

Note that, under WSGI, the GMR can only be trigger via a "touch" on a
file, the "signal" way is not working because apache is registering the
signal handlers instead of cinder, so it's disabled.

Change-Id: I28839e2a97c96b8d71d28dbeb9baa049423fa1c4
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
2024-01-23 01:11:39 +00:00
..
__init__.py Add Cinder API wsgi application 2015-08-25 13:48:03 +03:00
common.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
eventlet_server.py Remove unused print_function imports 2017-11-02 11:06:58 -04:00
wsgi.py Add GMR to cinder wsgi 2024-01-23 01:11:39 +00:00