Merge "setup: Remove pbr's wsgi_scripts"
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ``placement-api`` WSGI script has been removed. Deployment tooling
|
||||||
|
should instead reference the Python module path for the wsgi module in
|
||||||
|
Placement, ``placement.wsgi.api:application``, if their chosen WSGI server
|
||||||
|
supports this (gunicorn, uWSGI) or implement a `.wsgi` script themselves if
|
||||||
|
not (mod_wsgi).
|
||||||
@@ -48,5 +48,3 @@ oslo.policy.policies =
|
|||||||
console_scripts =
|
console_scripts =
|
||||||
placement-manage = placement.cmd.manage:main
|
placement-manage = placement.cmd.manage:main
|
||||||
placement-status = placement.cmd.status:main
|
placement-status = placement.cmd.status:main
|
||||||
wsgi_scripts =
|
|
||||||
placement-api = placement.wsgi:init_application
|
|
||||||
|
|||||||
Reference in New Issue
Block a user