From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 31 Jul 2006 22:16:41 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20060731221641.4246.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: jparsons at sourceware.org 2006-07-31 22:16:41 Modified files: luci/site/luci/Extensions: ricci_bridge.py Log message: Fixes for resource addition Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.13&r2=1.14 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2006/07/31 21:18:35 1.13 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2006/07/31 22:16:41 1.14 @@ -1,5 +1,6 @@ from time import * import os +import sys from socket import * import xml import xml.dom @@ -205,6 +206,7 @@ # receive ricci header hello = self.__receive(ss) + print >> sys.stderr, hello.toxml() if hello != None: pass #print hello.toxml() @@ -505,9 +507,9 @@ def setClusterConf(self, clusterconf, propagate=True): if propagate == True: - propg = "True" + propg = "true" else: - propg = "False" + propg = "false" conf = str(clusterconf).replace('', '') conf = conf.replace('', '')