puppet-trove/releasenotes/notes/wsgi-c8adcf992c49ea50.yaml
Takashi Kajinami d7a1ea5fb7 Support running trove-api using httpd+mod_wsgi
This change introduces support for running trove-api using httpd and
mod_wsgi, in addition to the existing method using the standalone
eventlet service.

Change-Id: I5eaaed5b0963c392070586ec7eb133603c7c0dfd
2023-02-21 16:44:02 +09:00

8 lines
274 B
YAML

---
features:
- |
Now this module supports deploying trove-api using httpd and mod_wsgi.
Use the ``trove::wsgi::apache`` class to set up vhost for trove API. Note
the ``trove::api::service_name`` parameter should be set to ``httpd`` in
case httpd is used.