Files
manila/releasenotes/notes/remove-manila-wsgi-script-07f9a4d00a165f4c.yaml
Stephen Finucane 02bfe5b41e setup: Remove pbr's wsgi_scripts
This is technical dead end and not something we're going to be able to
support long-term in pbr. We need to push users away from this. This is
kept separate from the addition of the 'manila.wsgi' module to allow
that to be backported if necessary.

Change-Id: Icaba9424862b883388bf68d2c3d48138b7b906b0
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-05-13 13:05:00 +01:00

9 lines
347 B
YAML

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