octavia/releasenotes/notes/fix-api-listener-update-sni-containers-6595c52e2de1f621.yaml
Carlos Goncalves 9e070e6e6d Fix listener update with SNI certificates
SNI certificates were not being set in the database on listener update.
A listener GET would not show the certificates in the sni_container_refs
attribute. Also, the API was allowing set of SNI certs on non
TERMINATED_HTTPS listeners.

Task: 39042
Story: 2007421
Story: 2007430

Change-Id: If5b6411a0b7c75441a406234c2792ea68d35d0fe
2020-06-08 06:13:37 +00:00

9 lines
259 B
YAML

---
fixes:
- |
Fixed an issue where setting of SNI containers were not being applied on
listener update API calls.
- |
Fixed an Octavia API validation on listener update where SNI containers
could be set on non-TERMINATED_HTTPS listeners.