CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL5
Changes by:     [email protected]  2010-08-05 19:14:10

Modified files:
        luci/cluster   : fence-macros 

Log message:
        Fix rhbz#577913: Fence_drac5 will not popluate the luci interface 
correctly when adding fence device to node

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/cluster/fence-macros.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.2.2.14&r2=1.2.2.15

--- conga/luci/cluster/fence-macros     2010/08/05 17:33:04     1.2.2.14
+++ conga/luci/cluster/fence-macros     2010/08/05 19:14:10     1.2.2.15
@@ -190,6 +190,10 @@
                <tal:block 
metal:use-macro="here/fence-macros/macros/fence-form-drac" />
        </tal:block>
 
+       <tal:block tal:condition="python: cur_fence_type == 'fence_drac5'">
+               <tal:block 
metal:use-macro="here/fence-macros/macros/fence-form-drac" />
+       </tal:block>
+
        <tal:block tal:condition="python: cur_fence_type == 'fence_rsa'">
                <tal:block 
metal:use-macro="here/fence-macros/macros/fence-form-rsa" />
        </tal:block>

Reply via email to