We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd5901 commit df07419Copy full SHA for df07419
roles/edpm_libvirt/templates/qemu.conf.j2
@@ -1,7 +1,11 @@
1
max_files = 32768
2
max_processes = 131072
3
+{% if edpm_libvirt_tls_certs_enabled|bool %}
4
+vnc_tls = 1
5
+vnc_tls_x509_verify = 1
6
+{% else -%}
7
vnc_tls = 0
-vnc_tls_x509_verify = 0
8
+{% endif %}
9
# NOTE(gibi): In tripleo the default range was intentionally changed to avoid
10
# port usage conflicts. See https://review.openstack.org/#/c/561784
11
migration_port_min = 61152
0 commit comments