~gnuoy/charms/trusty/percona-cluster/bug-1389670

« back to all changes in this revision

Viewing changes to hooks/percona_hooks.py

  • Committer: Liam Young
  • Date: 2014-07-29 07:22:38 UTC
  • Revision ID: liam.young@canonical.com-20140729072238-fwb08qmpyc5oe4u8
[gnuoy] Trivial whitespace lint fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    # Notify any changes to the access network
114
114
    for r_id in relation_ids('shared-db'):
115
115
        for unit in related_units(r_id):
116
 
            shared_db_changed(r_id, unit)            
 
116
            shared_db_changed(r_id, unit)
117
117
 
118
118
 
119
119
@hooks.hook('cluster-relation-changed')