From 104607bf5c290276eb96072a2490ae90c60d27e3 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 28 Jun 2013 16:56:23 +0200 Subject: [PATCH] change trigger script name --- plugins/omf_resctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/omf_resctl.py b/plugins/omf_resctl.py index d5a21e9..463ffaa 100644 --- a/plugins/omf_resctl.py +++ b/plugins/omf_resctl.py @@ -41,7 +41,7 @@ config_ple_template="""--- # the path where the config is expected from within the sliver yaml_slice_path="/etc/omf_rc/config.yml" # the path for the script that we call when a change occurs -omf_rc_trigger_script="omf_rc_plc_trigger" +omf_rc_trigger_script="plc_trigger_omf_rc" ### this returns the kind of virtualization on the node # either 'vs' or 'lxc' -- 2.43.0