f4460a580d
octavia-api's cli app doesn't behave well with haproxy so let's run under apache and save ourselves some grief. Also adds cleanup for the octavia-api tls proxy in update and upgrade tasks if it was previously deployed. Also updates zuul layout for multinode job to track changes to new flattened octavia service files. Closes-Bug: #1815811 Change-Id: Ied7cb31fbf1222694250e4769573bcbb82ba5bea
12 lines
482 B
YAML
12 lines
482 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
When deploying with internal TLS, previous versions configured a separate
|
|
TLS proxy to provide a secure access point for the Octavia API. This is
|
|
now implemented by running the Octavia API as an Apache WSGI application
|
|
and the Octavia TLS Proxy will be removed during updates and upgrades.
|
|
features:
|
|
- |
|
|
When deploying with internal TLS, the Octavia API now runs as an Apache
|
|
WSGI application improving support for IPv6 and performance.
|