[Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Oct 9 20:17:29 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-09 20:17:29

Modified files:
	luci/site/luci/Extensions: ricci_bridge.py 

Log message:
	typo fix

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.21&r2=1.22

--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/10/04 16:05:43	1.21
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/10/09 20:17:29	1.22
@@ -729,7 +729,7 @@
         if os_str == "rhel4":
           batch += '<clusternode name="' + i + '" votes="1" />'
         else:
-          batch += '<clusternode name="' + i + '" votes="1" nodeid="' + x + '" />'
+          batch += '<clusternode name="' + i + '" votes="1" nodeid="' + str(x) + '" />'
         x = x + 1
 
     batch += '</clusternodes>'




More information about the Cluster-devel mailing list