~serge-hallyn/charms/precise/kvm-ceph-test-dest/trunk

« back to all changes in this revision

Viewing changes to hooks/slave-relation-changed

  • Committer: Serge Hallyn
  • Date: 2013-10-14 18:37:48 UTC
  • Revision ID: serge.hallyn@ubuntu.com-20131014183748-uopocni9r2m1w97b
start updating for ceph

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
done
7
7
 
8
8
sshkey="`relation-get sshkey`"
 
9
ready="`relation-get srcvmready`"
9
10
 
10
11
if [ x"$sshkey" = "x" ]; then
11
12
        exit 0