~freyes/charms/trusty/hacluster/debug-config

« back to all changes in this revision

Viewing changes to hooks/pcmk.py

  • Committer: James Page
  • Date: 2014-04-11 10:25:09 UTC
  • mfrom: (18.2.5 hacluster)
  • Revision ID: james.page@canonical.com-20140411102509-ulrtgrpgnjt8x9g4
Rebase on precise charm for pingd and lint tidy

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    # ensure ipmi stonith agents are not running on the nodes that
73
73
    # they manage.
74
74
    constraint = 'location const_loc_stonith_avoid_%s %s -inf: %s' %\
75
 
                  (node, rsc_name, node)
 
75
        (node, rsc_name, node)
76
76
 
77
77
    return rsc, constraint
78
78