[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

jparsons at sourceware.org jparsons at sourceware.org
Wed Sep 27 15:51:37 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-09-27 15:51:36

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

Log message:
	fixed misspellling

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

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/09/27 15:35:09	1.71
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/09/27 15:51:36	1.72
@@ -1806,7 +1806,7 @@
 def getClusterOS(self, ragent, request):
   clustername = request['clustername']
   ricci_agent = resolve_nodename(self, clustername, ragent)
-  rc = ricci_communicator(ricci_agent)
+  rc = RicciCommunicator(ricci_agent)
   map = {}
   map['os'] = rc.getOS()
   map['isVirtualized'] = False




More information about the Cluster-devel mailing list