From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 27 Sep 2006 16:18:05 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060927161805.2853.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-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):