kolla/releasenotes/notes/add-manila-api-httpd-packages-and-conf-1bea1364037cd64e.yaml
Goutham Pacha Ravi 170be6d17a Add support to deploy manila-api with Apache/wsgi
- Add required packages to run the manila-api service
  with Apache/mod_wsgi, the mod_ssl package has been
  added for RHEL/centos/oraclelinux only.
- Add necessary cleanup to the start script of the container.
- Add directories and configuration files that can be
  optionally used via Docker entrypoints.

Change-Id: Id88760655b3419e7b6bec012ebfda16fb92e5ea3
Implements: bp apache-packages-for-manila-api
2018-09-05 19:11:42 +00:00

9 lines
331 B
YAML

---
features:
- |
The manila-api dockerfile now contains support for httpd and mod_wsgi
packages for all supported platforms. It also contains the mod_ssl
package for RHEL/centos and oraclelinux. Docker entrypoints can now use
the httpd configuration seeded to run the manila-api service with
httpd/mod_wsgi.