vmm: add TLS API option to send migration call

To enable TLS, the caller has to provide a path to a directory that
contains the necessary files.

On-behalf-of: SAP sebastian.eydam@sap.com
Signed-off-by: Sebastian Eydam <sebastian.eydam@cyberus-technology.de>
This commit is contained in:
Sebastian Eydam
2026-04-15 10:16:33 +02:00
committed by Rob Bradford
parent 001bdde75f
commit c23edda98b
2 changed files with 28 additions and 3 deletions

View File

@@ -1553,6 +1553,12 @@ components:
The number of parallel TCP connections to use for migration.
Must be between 1 and 128. Multiple connections are not supported
with local UNIX-socket migration.
tls_dir:
type: string
description: >
Directory containing the TLS root CA certificate (ca-cert.pem), the TLS client
certificate (client-cert.pem), and TLS client key (client-key.pem).
TLS is only supported with tcp:<host>:<port> destination URLs.
VmAddUserDevice:
required: