Files
masakari/releasenotes/notes/remove-masakari-wsgi-script-bb737746a17111ab.yaml
Stephen Finucane ccaecd325f 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 'masakari.wsgi' module to allow
that to be backported if necessary.

Change-Id: I7bd1c6dc1275501412f147dda5ebd19a73c27651
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-05-08 14:18:09 +01:00

9 lines
353 B
YAML

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