From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 16 Aug 2006 19:14:05 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060816191405.18353.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: rmccabe at sourceware.org 2006-08-16 19:14:04 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: fix typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.54&r2=1.55 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/16 16:10:13 1.54 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/08/16 19:14:03 1.55 @@ -1116,7 +1116,7 @@ nodesmap['nodename'] = node.getName() priority_attr = node.getAttribute('priority') if priority_attr != None: - nodesmap['priority'] = + nodesmap['priority'] = priority_attr def processClusterProps(self, ricci_agent, request): #First, retrieve cluster.conf from session