This is technical dead end and not something that's supported by default in the any versions of setuptools released in over 6 months (and therefore, by extension, pbr). It's time to remove it. Some references to wsgi scripts and the eventlet server are removed. Change-Id: I8e340403808287a594cb742c24bcf6343fa42caa Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
19 lines
382 B
INI
19 lines
382 B
INI
[uwsgi]
|
|
socket-timeout = 10
|
|
http-auto-chunked = true
|
|
http-chunked-input = true
|
|
http-raw-body = true
|
|
chmod-socket = 666
|
|
lazy-apps = true
|
|
add-header = Connection: close
|
|
buffer-size = 65535
|
|
thunder-lock = true
|
|
plugins = python
|
|
enable-threads = true
|
|
exit-on-reload = true
|
|
die-on-term = true
|
|
master = true
|
|
processes = 4
|
|
http-socket = 127.0.0.1:60999
|
|
module = glance.wsgi.api:application
|