octavia/octavia/api/v2/controllers
Dawson Coleman 6aad5d8b9f Add TLS version configuration for listeners
Add field tls_versions to listeners for restricting TLS versions used.
This is a list of versions to be used.
Available values (as defined in octavia-lib):
SSLv3, TLSv1, TLSv1.1, TLSv1.2, TLSv1.3

Add default_listener_tls_versions in octavia.conf.

Note that at this time TLS 1.3 ciphersuites are not impelemented,
so any TLS 1.3 connections will use haproxy's default ciphers
instead of what's specified by tls_ciphers.

Change-Id: Ic33d9b9a256490ae1b048cdfd2475d6340509fdb
Story: 2006733
Task: 37170
Task: 37169
2020-06-03 14:57:47 -07:00
..
__init__.py Availability Zone admin API 2019-11-22 09:49:17 -08:00
amphora.py Jobboard based controller 2020-04-08 19:53:09 +04:00
availability_zone_profiles.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
availability_zones.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
base.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
flavor_profiles.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
flavors.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
health_monitor.py Fix E741 pep8 errors 2020-05-15 10:58:22 -04:00
l7policy.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
l7rule.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00
listener.py Add TLS version configuration for listeners 2020-06-03 14:57:47 -07:00
load_balancer.py Fix E741 pep8 errors 2020-05-15 10:58:22 -04:00
member.py Fix E741 pep8 errors 2020-05-15 10:58:22 -04:00
pool.py Merge "Add TLS cipher blacklist to octavia.conf" 2020-05-19 15:54:33 +00:00
provider.py Remove deprecated exception classes 2020-04-27 19:22:06 +00:00
quotas.py Add oslo middleware healthcheck to Octavia API 2020-03-19 11:24:16 -07:00