setup: Remove pbr's wsgi_scripts
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. Change-Id: I28666e63896fed0f1661b5964ec46952074f4b23 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The WSGI script ``cinder-wsgi`` has been removed. Deployment tooling should
|
||||
instead reference the Python module path for this service,
|
||||
``cinder.wsgi.api``, if their chosen WSGI server supports this (gunicorn,
|
||||
uWSGI) or implement a ``.wsgi`` script themselves if not (mod_wsgi).
|
||||
Reference in New Issue
Block a user