A uWSGI proxy that can be put in front of Zuul log storage
Go to file
James E. Blair 98e92bdd46 Switch to uwsgi
Use the opendev uwsgi base image.  A few additional changes are
needed beyond the container switch:

* WSGI protocol says headers must be a python list.  Uwsgi is very
  literal about that and does not permit an iterable, so we coerce
  items() to a list.
* Add the zuul_storage_proxy package to the setup.cfg files list so
  it gets installed.
* Remove a debug print.

Change-Id: I801d8b37699af8b937cc68d32f2a85c50eb91eb9
2021-02-11 15:54:54 -08:00
zuul_storage_proxy Switch to uwsgi 2021-02-11 15:54:54 -08:00
.gitreview Added .gitreview 2021-02-10 18:29:52 +00:00
.zuul.yaml Use opendev base docker image and add jobs 2021-02-11 15:53:38 -08:00
bindep.txt Use opendev base docker image and add jobs 2021-02-11 15:53:38 -08:00
Dockerfile Switch to uwsgi 2021-02-11 15:54:54 -08:00
requirements.txt Switch to uwsgi 2021-02-11 15:54:54 -08:00
setup.cfg Switch to uwsgi 2021-02-11 15:54:54 -08:00
setup.py Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
test-requirements.txt Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
tox.ini Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00