Skip to content

Commit df07419

Browse files
committed
[libvirt] enable vencrypt when libvirt tls enabled
Depends-On: openstack-k8s-operators#780 Jira: OSPRH-6174
1 parent 2dd5901 commit df07419

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roles/edpm_libvirt/templates/qemu.conf.j2

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
max_files = 32768
22
max_processes = 131072
3+
{% if edpm_libvirt_tls_certs_enabled|bool %}
4+
vnc_tls = 1
5+
vnc_tls_x509_verify = 1
6+
{% else -%}
37
vnc_tls = 0
4-
vnc_tls_x509_verify = 0
8+
{% endif %}
59
# NOTE(gibi): In tripleo the default range was intentionally changed to avoid
610
# port usage conflicts. See https://review.openstack.org/#/c/561784
711
migration_port_min = 61152

0 commit comments

Comments
 (0)