~yolanda.robla/charms/precise/keystone/unit_testing

« back to all changes in this revision

Viewing changes to hooks/keystone_hooks.py

  • Committer: James Page
  • Date: 2014-03-28 11:04:08 UTC
  • Revision ID: james.page@canonical.com-20140328110408-wb2v135fka704kn1
Fixup peer echo - limit to passwd's only

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
            'cluster-relation-departed')
152
152
@restart_on_change(restart_map(), stopstart=True)
153
153
def cluster_changed():
154
 
    peer_echo()
 
154
    # NOTE(jamespage) re-echo passwords for peer storage
 
155
    peer_echo(includes=['_passwd'])
155
156
    unison.ssh_authorized_peers(user=SSH_USER,
156
157
                                group='keystone',
157
158
                                peer_interface='cluster',