puppet-glance/releasenotes/notes/wsgi-apache-9b01ec002add3e9b.yaml
Takashi Kajinami 53eefc2d95 Add support for running glance-api by httpd+mod_wsgi
This change introduces a basic implementation to run glance-api as
an application managed by httpd+mod_wsgi, instead of a standalone
eventlet server.

Change-Id: I9421ec891c535503ff61ad6107a1935a32b4b263
2022-07-15 10:33:39 +09:00

9 lines
211 B
YAML

---
features:
- |
The new ``glance::wsgi`` class, to manage parameters in the ``[wsgi]``
section, has been added.
- |
Added support for running the ``glance-api`` service by httpd and mod_wsgi.