From: Thierry Parmentelat Date: Thu, 17 Feb 2011 15:14:44 +0000 (+0100) Subject: svn kwds X-Git-Tag: nodemanager-2.0-28~2 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=90fe600a45aa0002e35fd47b80757ce2c246714b svn kwds --- diff --git a/api.py b/api.py index f920699..ca58e19 100644 --- a/api.py +++ b/api.py @@ -1,6 +1,4 @@ -# $Id$ -# $URL$ - +# """Sliver manager API. This module exposes an XMLRPC interface that allows PlanetLab users to diff --git a/api_calls.py b/api_calls.py index fa6ce22..66d8833 100644 --- a/api_calls.py +++ b/api_calls.py @@ -1,6 +1,4 @@ -# $Id$ -# $URL$ - +# """Sliver manager API. This module exposes an XMLRPC interface that allows PlanetLab users to diff --git a/bwmon.py b/bwmon.py index 01a072c..0f23390 100644 --- a/bwmon.py +++ b/bwmon.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Average bandwidth monitoring script. Run periodically via NM db.sync to # enforce a soft limit on daily bandwidth usage for each slice. If a # slice is found to have transmitted 80% of its daily byte limit usage, diff --git a/controller.py b/controller.py index 826ca49..9979370 100644 --- a/controller.py +++ b/controller.py @@ -1,6 +1,4 @@ -# $Id$ -# $URL$ - +# """Delegate accounts are used to provide secure access to the XMLRPC API. They are normal Unix accounts with a shell that tunnels XMLRPC requests to the API server.""" diff --git a/database.py b/database.py index c990364..dc68af8 100644 --- a/database.py +++ b/database.py @@ -1,6 +1,4 @@ -# $Id$ -# $URL$ - +# """The database houses information on slivers. This information reaches the sliver manager in two different ways: one, through the GetSlivers() call made periodically; two, by users delivering tickets. diff --git a/slivermanager.py b/slivermanager.py index 8f1ae3e..341800b 100644 --- a/slivermanager.py +++ b/slivermanager.py @@ -1,6 +1,4 @@ -# $Id$ -# $URL$ - +# """Sliver manager. The sliver manager has several functions. It is responsible for