From f36750e7d951e2842a72fc1b2e3e96c65d915cd0 Mon Sep 17 00:00:00 2001 From: Christoph Dwertmann Date: Thu, 11 Jul 2013 15:03:18 +1000 Subject: [PATCH] Change runtime variables in the OMF6 RC config file comment section --- plugins/omf_resctl.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/omf_resctl.py b/plugins/omf_resctl.py index 7d82e79..13fa192 100644 --- a/plugins/omf_resctl.py +++ b/plugins/omf_resctl.py @@ -22,10 +22,9 @@ def start(): # hard-wire this for now # once the variables are expanded, this is expected to go into config_ple_template="""--- -# Example: -# _slicename_ = nicta_ruby -# _hostname_ = planetlab1.research.nicta.com.au -# _xmpp_server_ = xmpp.planet-lab.eu +# slicename = _slicename_ +# hostname = _hostname_ +# xmpp_server = _xmpp_server_ # we extract expires time here, even in a comment so that the # trigger script gets called whenever this changes # expires: _expires_ -- 2.43.0