A parameter was lost while resolving a conflict in the signature of a function.

Signed-off-by: Michele Tartara <[email protected]>
---
 lib/hypervisor/hv_xen.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/hypervisor/hv_xen.py b/lib/hypervisor/hv_xen.py
index 443efc6..eeaf2ad 100644
--- a/lib/hypervisor/hv_xen.py
+++ b/lib/hypervisor/hv_xen.py
@@ -626,7 +626,7 @@ class XenHypervisor(hv_base.BaseHypervisor):
 
     return self._StopInstance(name, force, instance.hvparams, timeout)
 
-  def _ShutdownInstance(self, name, hvparams):
+  def _ShutdownInstance(self, name, hvparams, timeout):
     """Shutdown an instance if the instance is running.
 
     The '-w' flag waits for shutdown to complete which avoids the need
-- 
1.7.10.4

Reply via email to