comment
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Nov 2008 16:40:42 +0000 (16:40 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Nov 2008 16:40:42 +0000 (16:40 +0000)
PLC/Methods/GetBootMedium.py
PLC/Methods/UpdateNode.py

index 0b902d2..2e41d38 100644 (file)
@@ -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']:
index 3bd98e8..d6c9e45 100644 (file)
@@ -1,4 +1,4 @@
-# $Id#
+# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed