From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 10 Aug 2006 14:16:44 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060810141644.25606.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-08-10 14:16:43 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: Added name field to resource hash Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.36&r2=1.37 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/09 22:05:42 1.36 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/10 14:16:43 1.37 @@ -977,6 +977,7 @@ #Call yourself on every children #then return rc_map = {} + rc_map['resource_name'] = child.getName() if child.isRefObject() == True: rc_map['ref_object'] = True rc_map['type'] = child.getObj().getResourceType()