From 02f315b260a681163a93675ee00fcd5237f23f57 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 10 Oct 2016 09:28:46 +0100 Subject: [PATCH] Add missing update-status hook Charm is missing the symlink for update-status, which means that its status is not re-evaluated periodically. Change-Id: I8cdca654905175cb9cb1669c9ec3ea7ba2779f45 --- hooks/update-status | 1 + 1 file changed, 1 insertion(+) create mode 120000 hooks/update-status diff --git a/hooks/update-status b/hooks/update-status new file mode 120000 index 00000000..55aa8e52 --- /dev/null +++ b/hooks/update-status @@ -0,0 +1 @@ +neutron_ovs_hooks.py \ No newline at end of file