From 90fe600a45aa0002e35fd47b80757ce2c246714b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 17 Feb 2011 16:14:44 +0100 Subject: [PATCH] svn kwds --- api.py | 4 +--- api_calls.py | 4 +--- bwmon.py | 3 --- controller.py | 4 +--- database.py | 4 +--- slivermanager.py | 4 +--- 6 files changed, 5 insertions(+), 18 deletions(-) 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 -- 2.43.0