From 5f1860d8413825c1734b2c33ea315c91da1c3f10 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 ed6f2c14..48a2a455 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 00000000..52d96630 --- /dev/null +++ b/hooks/radosgw-relation-changed @@ -0,0 +1 @@ +ceph_hooks.py \ No newline at end of file