commented out unused value
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Oct 2009 17:15:35 +0000 (17:15 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Oct 2009 17:15:35 +0000 (17:15 +0000)
monitor/wrapper/plc.py

index 7d9af2d..f44abef 100644 (file)
@@ -14,8 +14,10 @@ import time
 import traceback
 from monitor import database
 
+# note: this needs to be consistent with the value in PLEWWW/planetlab/includes/plc_functions.php
 PENDING_CONSORTIUM_ID = 0
-APPROVED_CONSORTIUM_ID = 999999
+# not used in monitor
+#APPROVED_CONSORTIUM_ID = 999999
 
 try:
        from monitor import config