Merge "Add missing description to some Octavia API parameters"

This commit is contained in:
Zuul 2022-10-29 19:11:34 +00:00 committed by Gerrit Code Review
commit 84295c4061
1 changed files with 13 additions and 0 deletions

View File

@ -91,21 +91,34 @@ parameters:
type: number
OctaviaDefaultListenerCiphers:
type: comma_delimited_list
description: >
Default list of OpenSSL ciphers for new TLS-enabled listeners.
default: []
OctaviaDefaultPoolCiphers:
type: comma_delimited_list
description: >
Default list of OpenSSL ciphers for new TLS-enabled pools.
default: []
OctaviaTlsCiphersProhibitList:
type: comma_delimited_list
description: >
List of OpenSSL ciphers. Usage of these ciphers will be blocked.
default: []
OctaviaListenerTlsVersions:
type: comma_delimited_list
description: >
List of OpenSSL cipher string of TLS versions to use for
new TLS-enabled listeners.
default: ['TLSv1.2', 'TLSv1.3']
OctaviaPoolTlsVersions:
type: comma_delimited_list
description: >
List of TLS versions to use for new TLS-enabled pools.
default: ['TLSv1.2', 'TLSv1.3']
OctaviaMinimumTlsVersion:
type: string
description: >
Minimum allowed TLS version for listeners and pools.
default: ''
conditions: