~openstack-charmers-archive/charms/trusty/percona-cluster/old-1410

« back to all changes in this revision

Viewing changes to hooks/percona_utils.py

  • Committer: Liam Young
  • Date: 2014-07-29 07:21:59 UTC
  • mfrom: (33.1.7 percona-cluster)
  • Revision ID: liam.young@canonical.com-20140729072159-huzthffk1hw21b9n
[jamespage,r=gnuoy] Add support for separate 'access-network' configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    for relid in relation_ids('cluster'):
94
94
        for unit in related_units(relid):
95
95
            hosts.append(get_host_ip(relation_get('private-address',
96
 
                                     unit, relid)))
 
96
                                                  unit, relid)))
97
97
    return hosts
98
98
 
99
99
SQL_SST_USER_SETUP = "GRANT RELOAD, LOCK TABLES, REPLICATION CLIENT ON *.*" \