kolla-ansible/releasenotes/notes/octavia-api-wsgi-cafa913364cb491c.yaml
Martin Chlumsky 400c5a9f18 Switch octavia-api to wsgi running under apache.
This change also adds support for Octavia backend TLS.

Closes-Bug: #1874228
Depends-On: https://review.opendev.org/c/openstack/kolla/+/779892
Change-Id: I5ff84aec4cdbc15f6a797391815243821dbdbd67
2021-03-24 20:55:20 -04:00

10 lines
367 B
YAML

---
features:
- |
Switch octavia-api to wsgi running under apache.
- |
Added configuration options to enable backend TLS encryption from HAProxy
to the Octavia service. When used in conjunction with enabling TLS for
service API endpoints, network communication will be encrypted end to end,
from client through HAProxy to the Octavia service.