From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 18 Apr 2008 20:37:47 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20080418203747.5699.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 Branch: RHEL4 Changes by: rmccabe at sourceware.org 2008-04-18 20:37:46 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: Pass in the right object. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.26&r2=1.227.2.27 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2008/03/25 01:27:12 1.227.2.26 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2008/04/18 20:37:45 1.227.2.27 @@ -1017,7 +1017,7 @@ luci_log.debug_verbose('validateFdom0: no model') return (False, { 'errors': [ 'Unable to retrieve the cluster configuration for %s. The configuration XML may contain errors' % clustername ]}) - ret = validate_fdom(self, request) + ret = validate_fdom(model, request) if ret[0] is not True: return ret