Merge "setup: Remove pbr's wsgi_scripts"
This commit is contained in:
@@ -15,4 +15,4 @@ die-on-term = true
|
||||
master = true
|
||||
processes = 4
|
||||
http-socket = 127.0.0.1:60999
|
||||
wsgi-file = /usr/local/bin/glance-wsgi-api
|
||||
module = glance.wsgi.api:application
|
||||
|
@@ -0,0 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The WSGI script ``glance-wsgi-api`` has been removed. Deployment tooling
|
||||
should instead reference the Python module path for this service,
|
||||
``glance.wsgi.api``, if their chosen WSGI server supports this (gunicorn,
|
||||
uWSGI) or implement a ``.wsgi`` script themselves if not (mod_wsgi).
|
@@ -44,8 +44,6 @@ console_scripts =
|
||||
glance-replicator = glance.cmd.replicator:main
|
||||
glance-scrubber = glance.cmd.scrubber:main
|
||||
glance-status = glance.cmd.status:main
|
||||
wsgi_scripts =
|
||||
glance-wsgi-api = glance.common.wsgi_app:init_app
|
||||
oslo.config.opts =
|
||||
glance.api = glance.opts:list_api_opts
|
||||
glance.scrubber = glance.opts:list_scrubber_opts
|
||||
|
Reference in New Issue
Block a user