From 4c3cb03b82d760010a2cdfcec8b01a5144ee0554 Mon Sep 17 00:00:00 2001 From: Chris Friesen Date: Wed, 30 May 2018 09:36:42 -0600 Subject: add parameter docstring for 'params' to libvirt.guest.Guest.migrate() This function has all parameters described in the doctring except for the 'params' parameter. Let's fix that. Change-Id: I904e3406d96d8ba61603011aabf5f7d50213db44 --- nova/virt/libvirt/guest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nova/virt/libvirt/guest.py') diff --git a/nova/virt/libvirt/guest.py b/nova/virt/libvirt/guest.py index c494ee0142..fe36417023 100644 --- a/nova/virt/libvirt/guest.py +++ b/nova/virt/libvirt/guest.py @@ -605,6 +605,8 @@ class Guest(object): :param destination: URI of host destination where guest will be migrate :param migrate_uri: URI for invoking the migration + :param params: optional dict containing migration parameters such as + "destination_xml" and "migrate_disks" :param flags: May be one of more of the following: VIR_MIGRATE_LIVE Do not pause the VM during migration VIR_MIGRATE_PEER2PEER Direct connection between source & -- cgit v1.2.1