32e332b329
This adds a new variable to manage TLS v1.3 cipher suites. The old variable for TLS v1.2 and below ciphers is renamed for consistency, but is still supported as a default where overridden by deployments. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/823943 Change-Id: Ib43d465c8fa24ec7d14174ecc17bce0b3e8bd7a4
7 lines
217 B
YAML
7 lines
217 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The variable 'horizon_ssl_cipher_suite' is deprecated in favour of
|
|
'horizon_ssl_cipher_suite_tls12' which will continue to manage
|
|
configuration of ciphers for TLS v1.2 and earlier.
|