You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by mr...@apache.org on 2009/03/05 17:12:11 UTC

svn commit: r750512 - /incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py

Author: mryan3
Date: Thu Mar  5 17:12:08 2009
New Revision: 750512

URL: http://svn.apache.org/viewvc?rev=750512&view=rev
Log:
Bug fix in shutdownVm -- the hostname field is now the name field in an instance object


Modified:
    incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py

Modified: incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py?rev=750512&r1=750511&r2=750512&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py (original)
+++ incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py Thu Mar  5 17:12:08 2009
@@ -196,7 +196,7 @@
 		try:
 			self.proxy[hostname].shutdownVm(instance.vmId)
 		except Exception:
-			self.log.exception('shutdownVm failed for host %s vmId %d' % (instance.hostname, instance.vmId))
+			self.log.exception('shutdownVm failed for host %s vmId %d' % (instance.name, instance.vmId))
 			raise
 		return