deprecate `wsgi_log_format` config variable

Running under a real wsgi environment, such as uwsgi or apache /
mod_wsgi is preferred now, and there is a different logging solution
for that. This was always an eventlet leaky abstraction. So we'll just
deprecate this for now, and the code can be removed once eventlet on
the API side is removed.

Change-Id: I934a1693cbfd539d8575d022519510d19d13aaab
This commit is contained in:
Sean Dague
2017-07-24 10:00:01 -04:00
committed by melanie witt
parent fdf27abf7d
commit 27c341c1bf
2 changed files with 17 additions and 1 deletions
@@ -0,0 +1,6 @@
---
deprecations:
- |
Configuration option ``wsgi_log_format`` is deprecated. This only
applies when running nova-api under eventlet, which is no longer
the preferred deployment mode.