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.

Change-Id: I9fa7cd60bf27768db06f69681675fce2e55712af
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2025-05-09 10:43:32 +01:00
parent 037bf7c4d5
commit 0d2cc1a3af
2 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,8 @@
---
upgrade:
- |
The WSGI scripts, ``keystone-wsgi-admin`` and ``keystone-wsgi-public``,
have been removed. Deployment tooling should instead reference the Python
module paths for the service, ``keystone.wsgi.api``, if their chosen WSGI
server supports this (gunicorn, uWSGI) or implement a ``.wsgi`` script
themselves if not (mod_wsgi).

View File

@ -39,10 +39,6 @@ console_scripts =
keystone-manage = keystone.cmd.manage:main
keystone-status = keystone.cmd.status:main
wsgi_scripts =
keystone-wsgi-admin = keystone.server.wsgi:initialize_admin_application
keystone-wsgi-public = keystone.server.wsgi:initialize_public_application
keystone.assignment =
sql = keystone.assignment.backends.sql:Assignment