puppet-nova/releasenotes/notes/libvirtd_tls_priority-1e66515aa1da7977.yaml
Martin Schuppert 7f9c58f86c Adds tls_priority parameter to nova::compute::libvirt
Override the compile time default TLS priority string. The
default is usually "NORMAL" unless overridden at build time.
Only set this if it is desired for libvirt to deviate from
the global default settings.

Change-Id: I221d48ba720e8ad820050fb5f735cd20d75f2f7a
Related-Bug: #1840447
2019-08-16 14:57:17 +02:00

9 lines
310 B
YAML

---
features:
- |
Add tls_priority parameter to nova::compute::libvirt class
to override the compile time default TLS priority string. The
default is usually "NORMAL" unless overridden at build time.
Only set this if it is desired for libvirt to deviate from
the global default settings.