octavia/releasenotes/notes/fix-unset-for-tls_versions-tls_ciphers-in-pools-7534715ce28bd8cb.yaml
Gregory Thiemonge 8a207a7e03 Fix setting None in tls_versions and tls_ciphers in pools
Setting None in tls_versions and tls_ciphers should reset their value
to the default value

Story 2008367
Task 41276

Change-Id: I64a7072b2c4e1a12b5d908647f1eddcad7ec3b90
2020-11-18 15:18:42 +01:00

7 lines
203 B
YAML

---
fixes:
- |
Fix an issue when updating ``tls_versions`` and ``tls_ciphers`` in Pools
with empty (None) values, unsetting theses parameters now resets their
values to the default values.