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 st...@apache.org on 2011/07/27 18:52:27 UTC

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

Author: stroucki
Date: Wed Jul 27 18:52:27 2011
New Revision: 1151589

URL: http://svn.apache.org/viewvc?rev=1151589&view=rev
Log:
clustermanagerservice.py: fix indentation level on database release statement

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=1151589&r1=1151588&r2=1151589&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py (original)
+++ incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py Wed Jul 27 18:52:27 2011
@@ -491,7 +491,8 @@ class ClusterManagerService(object):
 							if (oldNic.mac == nic.mac):
 								oldNic.ip = nic.ip
 
-		self.data.releaseInstance(oldInstance)
+			self.data.releaseInstance(oldInstance)
+
 		return "success"
 	
 	def activateVm(self, instanceId, host):