Merge "setup: Remove pbr's wsgi_scripts"

This commit is contained in:
Zuul
2025-05-13 23:55:36 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
---
upgrade:
- |
The WSGI script ``manila-wsgi`` has been removed. Deployment tooling
should instead reference the Python module path for the wsgi module in
Manila, ``manila.wsgi.api:application`` if their chosen WSGI server
supports this (gunicorn, uWSGI, etc.) or implement a ``.wsgi`` script
themselves if not (mod_wsgi).

View File

@@ -38,8 +38,6 @@ console_scripts =
manila-scheduler = manila.cmd.scheduler:main
manila-share = manila.cmd.share:main
manila-status = manila.cmd.status:main
wsgi_scripts =
manila-wsgi = manila.wsgi.wsgi:initialize_application
manila.scheduler.filters =
AffinityFilter = manila.scheduler.filters.affinity:AffinityFilter
AntiAffinityFilter = manila.scheduler.filters.affinity:AntiAffinityFilter