~openstack-charmers/charms/trusty/hacluster/trunk

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: James Page
  • Date: 2014-04-16 21:57:13 UTC
  • Revision ID: james.page@canonical.com-20140416215713-b4m4wchei55uij5n
Fixup abuse of relation_set during redux

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
            pcmk.commit(cmd)
359
359
 
360
360
    for rel_id in relation_ids('ha'):
361
 
        relation_set(rid=rel_id,
 
361
        relation_set(relation_id=rel_id,
362
362
                     clustered="yes")
363
363
 
364
364
    with open(HAMARKER, 'w') as marker: