puppet-nova/releasenotes/notes/add-console-ssl-cipher-protocol-params-2ad72898a85dbe17.yaml
Nathan Kinder 533a8b8b26 Add parameters for console proxy SSL/TLS settings
This adds new console_ssl_ciphers and console_ssl_minimum_version
parameters for configuring the allowed TLS ciphers and minimum protocol
version to enforce for incoming client connections to the console proxy
services (VNC, SPICE, etc).

Depends-On: I23ac1cc79482d0fabb359486a4b934463854cae5
Change-Id: I3a1262f70f6a801db276701a39ebb01f40025192
Related-Bug: 1842149
2020-02-22 00:00:56 +09:00

8 lines
272 B
YAML

---
features:
- |
Added parameters nova::console_ssl_ciphers and
nova::console_ssl_minimum_version to manage the allowed TLS ciphers and
minimum protocol version to enforce for incoming client connections to the
console proxy services (VNC, SPICE, etc).