Files
glance/releasenotes/notes/remove-wsgi-script-1b6bcc68eba5ef0a.yaml
Stephen Finucane c1827a3f33 setup: Remove pbr's wsgi_scripts
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>
2025-09-17 11:53:27 +01:00

8 lines
317 B
YAML

---
upgrade:
- |
The WSGI script ``glance-wsgi-api`` has been removed. Deployment tooling
should instead reference the Python module path for this service,
``glance.wsgi.api``, if their chosen WSGI server supports this (gunicorn,
uWSGI) or implement a ``.wsgi`` script themselves if not (mod_wsgi).