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>
10 lines
392 B
YAML
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).
|