From: Thierry Parmentelat 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;hp=9755deb3cf7602dd425fdf28d4f8b261b7c1ccab;p=plcapi.git comment --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 0b902d2..2e41d38 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 3bd98e8..d6c9e45 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