From 2addae8b573ec6d712c3cd508eda48d8e8b54446 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 28 Jun 2013 12:56:31 +0200 Subject: [PATCH] use name as agreed with nicta --- 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 0498a42..d5a21e9 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="/some/path/to/the/change/script" +omf_rc_trigger_script="omf_rc_plc_trigger" ### this returns the kind of virtualization on the node # either 'vs' or 'lxc' -- 2.43.0