d7a1ea5fb7
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
8 lines
274 B
YAML
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.
|