]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu.conf: Remove misleading mention of 'migrate_tls'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 29 Jun 2020 10:05:03 +0000 (12:05 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Jul 2020 10:58:18 +0000 (12:58 +0200)
There's no such parameter. Reword the sentence to account for enabling
TLS-encrypted migration using API flags.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu.conf

index f89dbd2c3af356d4dcdff33b164cd740a0b603ce..9b04c8534b8d45f553f392d8cfd0c3aee3515e1a 100644 (file)
 # In order to override the default TLS certificate location for migration
 # certificates, supply a valid path to the certificate directory. If the
 # provided path does not exist, libvirtd will fail to start. If the path is
-# not provided, but migrate_tls = 1, then the default_tls_x509_cert_dir path
-# will be used. Once/if a default certificate is enabled/defined, migration
-# will then be able to use the certificate via migration API flags.
+# not provided, but TLS-encrypted migration is requested, then the
+# default_tls_x509_cert_dir path will be used. Once/if a default certificate is
+# enabled/defined, migration will then be able to use the certificate via
+# migration API flags.
 #
 #migrate_tls_x509_cert_dir = "/etc/pki/libvirt-migrate"