Skip to content

Commit b875360

Browse files
Merge pull request openstack-k8s-operators#640 from stuggi/libvirt_vencrypt
[libvirt] enable vencrypt when libvirt tls enabled
2 parents a91b665 + df07419 commit b875360

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)