octavia/releasenotes/notes/fix-add-member-tls-enabled-pool-cc77bfa320aaf659.yaml
Carlos Goncalves 89d5e9fcf6 Fix backend certificate file paths
In amphora-agent API version 1.0, backend certificate files are uploaded
to /var/lib/octavia/certs/<lb_id>/. However, the "server" line in the
rendered HAProxy configuration sets the certificate paths to
/var/lib/octavia/certs/<listener_id>/ (amphora-agent version 0.5).

This renders an invalid HAProxy configuration file and as result HAProxy
fails to reload with the new configuration, and members marked in ERROR
provisioning status.

Task: 40903
Story: 2008157

Change-Id: I7e2b12f19ee7b172464e809df6342ade1e87fb2e
2020-09-17 10:31:19 +00:00

6 lines
120 B
YAML

---
fixes:
- |
Fixed an issue where members added to TLS-enabled pools would go to ERROR
provisioning status.