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

jparsons at sourceware.org jparsons at sourceware.org
Mon Jul 31 18:55:01 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-07-31 18:55:00

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

Log message:
	Fixed setClusterConf call

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

--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/07/28 19:46:57	1.11
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/07/31 18:55:00	1.12
@@ -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 + '"/><var 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 type="boolean" mutable="false" value="' + propg + '"/><var type="xml" mutable="false" name="cluster.conf"/>' + str(clusterconf) + </request></module></batch></ricci>'
 
     try:
       payload = self.makeConnection(QUERY_STR)




More information about the Cluster-devel mailing list