tripleo-heat-templates/releasenotes/notes/switch-manila-api-to-httpd-support-tls-9b995fe4113b2412.yaml
Goutham Pacha Ravi fa69837f9c Switch Manila API to httpd and support TLS
manila-api can be deployed in two ways:
- Using the service-provided eventlet based server
- Behind any popular web server as a wsgi process

The project team recommends using httpd over the
in-built eventlet based server to improve
performance, and also handle tls termination.

So, switch the manila-api docker/service to running
httpd, and add necessary configuration options.
Honor the "EnableInternalTLS" option to allow running
manila-api with TLS.

Depends-On: I47b8820667f7c524a15aa28659626382586d160f
Change-Id: Ic88a2f08e013a49e3da45a2bfc82c62ba284526a
(cherry picked from commit 1cb6886a21)
(cherry picked from commit 1f054551b9)
2019-04-23 17:23:20 +00:00

5 lines
160 B
YAML

---
features:
- |
The Shared File Systems service (manila) API has been switched to running
behind httpd, and it now supports configuring TLS options.