![Andrew Bonney](/assets/img/avatar_default.png)
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: If857ec3e2e3728f6bea9740ff43dcb2df45429d2
7 lines
219 B
YAML
7 lines
219 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The variable 'keystone_ssl_cipher_suite' is deprecated in favour of
|
|
'keystone_ssl_cipher_suite_tls12' which will continue to manage
|
|
configuration of ciphers for TLS v1.2 and earlier.
|