openstacksdk/releasenotes/notes/add-tls-version-support-for-octavia-7ecb372e6fb58101.yaml
Noah Mickus c5748fb1b2 Add TLS protocol support for Octavia
Add a property "tls_versions" for storing
a list of TLS protocol versions

Change-Id: I6c73a178f01e010535237f839d85bedac5222624
Story: 2006627
Task: 37188
Depends-On:I480b7fb9756d98ba9dbcdfd1d4b193ce6868e291
2020-05-18 15:28:29 -07:00

7 lines
187 B
YAML

---
features:
- |
Added the ``tls_versions`` properties to listener.py
and pool.py for storing a python list of TLS protocol
versions to be used by the pools and listeners.