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

jparsons at sourceware.org jparsons at sourceware.org
Wed Sep 27 16:18:05 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-09-27 16:18:04

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

Log message:
	changed method calls to correct ones

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

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/09/27 15:51:36	1.72
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/09/27 16:18:03	1.73
@@ -1808,8 +1808,8 @@
   ricci_agent = resolve_nodename(self, clustername, ragent)
   rc = RicciCommunicator(ricci_agent)
   map = {}
-  map['os'] = rc.getOS()
-  map['isVirtualized'] = False
+  map['os'] = rc.os()
+  map['isVirtualized'] = rc.dom0()
   return map
 
 def getResourcesInfo(modelb, request):




More information about the Cluster-devel mailing list