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 2012/07/19 00:12:07 UTC

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

Author: stroucki
Date: Thu Jul 19 00:12:06 2012
New Revision: 1363189

URL: http://svn.apache.org/viewvc?rev=1363189&view=rev
Log:
clustermanagerservice: forgot quote

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=1363189&r1=1363188&r2=1363189&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py (original)
+++ incubator/tashi/trunk/src/tashi/clustermanager/clustermanagerservice.py Thu Jul 19 00:12:06 2012
@@ -593,7 +593,7 @@ class ClusterManagerService(object):
 		finally:
 			self.data.releaseHost(host)
 
-		return Host notes set to "%s".' % hostNotes
+		return 'Host notes set to "%s".' % hostNotes
 
 	# extern
 	def getNetworks(self):