openstacksdk/releasenotes/notes/add-cipher-list-support-to-octavia-b6b2b0053ca6b184.yaml
Noah Mickus 04b55dab96 Add cipher list support for octavia
Added a property "tls_ciphers" to pools.py and
    listeners.py for a storing a string of tls cipers
    in OpenSSL cipher string format.

    Story: 2006627
    Task: 37190

Change-Id: Iaf1178cf2131f12f501318fa8dd2548b218132fc
2020-04-22 09:17:37 -05:00

7 lines
163 B
YAML

---
features:
- |
Added the ``tls_ciphers`` properties to listener.py
and pool.py for storing stings of tls ciphers in
OpenSSL cipher string format.