octavia/releasenotes/notes/fix-listener-tls-versions-ciphers-clearing-4e987ee17d6b6e79.yaml
Carlos Goncalves d093cbb3a9 Fix listener tls_versions and tls_ciphers clearing
Clearning tls_versions was throwing a TypeError ('NoneType' object is
not iterable). This patch fixes that and resets tls_versions and
tls_ciphers to their default values set in the API configuration file.

Task: 40607
Story: 2007981

Change-Id: I4540bbb2cb5b1200b268300cb8a9f0ad1e5104a9
2020-08-06 17:55:52 +02:00

9 lines
275 B
YAML

---
fixes:
- |
Fixed an issue where clearing listener TLS versions resulted in a
server-side error.
- |
Fixed an issue where when clearing listener TLS versions and ciphers would
not apply the default values per defined in the API configuration settings.