From 483ccf2e0bf271b353373c1d244e1bb17d114f62 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Thu, 19 Nov 2015 15:38:13 +0000 Subject: [PATCH] add radosgw-relation-changed rel --- hooks/ceph_hooks.py | 1 + hooks/radosgw-relation-changed | 1 + 2 files changed, 2 insertions(+) create mode 120000 hooks/radosgw-relation-changed diff --git a/hooks/ceph_hooks.py b/hooks/ceph_hooks.py index ed6f2c1..48a2a45 100755 --- a/hooks/ceph_hooks.py +++ b/hooks/ceph_hooks.py @@ -286,6 +286,7 @@ def osd_relation(relid=None): log('mon cluster not in quorum - deferring fsid provision') +@hooks.hook('radosgw-relation-changed') @hooks.hook('radosgw-relation-joined') def radosgw_relation(relid=None): # Install radosgw for admin tools diff --git a/hooks/radosgw-relation-changed b/hooks/radosgw-relation-changed new file mode 120000 index 0000000..52d9663 --- /dev/null +++ b/hooks/radosgw-relation-changed @@ -0,0 +1 @@ +ceph_hooks.py \ No newline at end of file