98e92bdd46
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
13 lines
157 B
INI
13 lines
157 B
INI
[metadata]
|
|
name = zuul-storage-proxy
|
|
requires-python = >=3.6
|
|
requires-dist =
|
|
setuptools
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
|
|
[files]
|
|
packages = zuul_storage_proxy
|