8c2f4b0b7c
As part of the Pike goals we are moving api services to run as WSGI apps. glance-api service is set up as a wsgi app, and this patch moves it over. Since this is just a drop in replacement for the existing eventlet service operators and deployers should notice no difference. Implements: blueprint goal-deploy-api-in-wsgi Change-Id: Ie5fbf437031be01682534c466b3737d090a81c57
13 lines
482 B
YAML
13 lines
482 B
YAML
---
|
|
features:
|
|
- The ``glance-api`` service has moved to run as a
|
|
uWSGI application. You can set the max number of WSGI
|
|
processes, the number of processes, threads, and
|
|
buffer size utilizing the
|
|
``glance_wsgi_processes_max``,
|
|
``glance_wsgi_processes``, ``glance_wsgi_threads``,
|
|
and ``glance_wsgi_buffer_size``.
|
|
Additionally, you can override any settings in the
|
|
uWSGI ini configuration file using the
|
|
``glance_api_uwsgi_ini_overrides`` setting.
|