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:
Stephen Finucane
2025-09-12 14:55:12 +01:00
parent 9f2d476e3f
commit 115f4a2e35
2 changed files with 7 additions and 2 deletions
@@ -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).
-2
View File
@@ -72,8 +72,6 @@ console_scripts =
cinder-status = cinder.cmd.status:main
cinder-volume = cinder.cmd.volume:main
cinder-volume-usage-audit = cinder.cmd.volume_usage_audit:main
wsgi_scripts =
cinder-wsgi = cinder.wsgi.wsgi:initialize_application
[extras]
all =