CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL4
Changes by:     [EMAIL PROTECTED]       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
 

Reply via email to