From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Mon, 24 Nov 2008 16:40:42 +0000 (+0000)
Subject: comment
X-Git-Tag: PLCAPI-4.3-2~14
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e0b2f2c5b77f0dd34c3f4f685225819c6b521456;p=plcapi.git

comment
---

diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py
index 0b902d2a..2e41d385 100644
--- a/PLC/Methods/GetBootMedium.py
+++ b/PLC/Methods/GetBootMedium.py
@@ -175,6 +175,7 @@ class GetBootMedium(Method):
         if renew_key:
             file += 'NODE_ID="%d"\n' % node['node_id']
             file += 'NODE_KEY="%s"\n' % node['key']
+            # not used anywhere, just a note for operations people
             file += 'KEY_RENEWAL_DATE="%s"\n' % time.strftime('%Y-%m-%d at %H:%M:%S +0000',time.gmtime())
 
         if primary['mac']:
diff --git a/PLC/Methods/UpdateNode.py b/PLC/Methods/UpdateNode.py
index 3bd98e8b..d6c9e45d 100644
--- a/PLC/Methods/UpdateNode.py
+++ b/PLC/Methods/UpdateNode.py
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed