From 98a1ae0f1f6156343fa87fce01db2c5838700920 Mon Sep 17 00:00:00 2001 From: Jason Andryuk Date: Thu, 5 Jun 2014 11:43:25 -0400 Subject: [PATCH] Correct virDomainMigrateToURI3 definition dconnuri is a string, so update the definition to match. Without this, the generated python would fail when passed a string. --- libvirt-override-api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index d5b25b5..935e04d 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -562,7 +562,7 @@ Migrate the domain object from its current host to the destination host given by URI. - +