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:
@ -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).
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user