Files
nova/releasenotes/notes/remove-wsgi-scripts-577090db75ecbade.yaml
Stephen Finucane 5da2dc2060 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. Doing so
highlights quite a few place where our docs need some work, particularly
in light of the recent removal of the eventlet servers.

Change-Id: I2ffaed710fac2612f5337aca5192af15eab46861
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-11-04 16:11:50 +00:00

10 lines
392 B
YAML

---
upgrade:
- |
The WSGI scripts, ``nova-api-wsgi`` and ``nova-metadata-wsgi``, have been
removed. Deployment tooling should instead reference the Python module
paths for these services, ``nova.wsgi.osapi_compute`` and
``nova.wsgi.metadata``, if their chosen WSGI server supports this
(gunicorn, uWSGI) or implement a ``.wsgi`` script themselves if not
(mod_wsgi).