
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>
8 lines
317 B
YAML
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).
|