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

jparsons at sourceware.org jparsons at sourceware.org
Fri Jul 28 19:46:58 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-07-28 19:46:58

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

Log message:
	Fix for setClusterConf

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

--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/07/28 11:46:35	1.10
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/07/28 19:46:57	1.11
@@ -509,7 +509,7 @@
     else:
       propg = "False"
 
-    QUERY_STR='<?xml version="1.0" ?><ricci async="true" function="process_batch" version="1.0"><batch><module name="cluster"><request API_version="1.0"><function_call name="set_cluster.conf"/><var propagate="' + propg + '" cluster.conf="' + str(clusterconf) + '"/></request></module></batch></ricci>'
+    QUERY_STR='<?xml version="1.0" ?><ricci async="true" function="process_batch" version="1.0"><batch><module name="cluster"><request API_version="1.0"><function_call name="set_cluster.conf"/><var propagate="' + propg + '"/><var cluster.conf="' + str(clusterconf) + '"/></request></module></batch></ricci>'
 
     try:
       payload = self.makeConnection(QUERY_STR)




More information about the Cluster-devel mailing list