X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=monitor%2Fwrapper%2Fplc.py;fp=monitor%2Fwrapper%2Fplc.py;h=f44abefebed06010ac14a581640ea8bec02b5e13;hb=d37f2dbb7d89f898f2ad280472b1d71420b50612;hp=7d9af2db90d80e53be55a15f082d7afa9d52ef2c;hpb=4cb4cb9e9231a1a0b6d837098f83086d6aabf547;p=monitor.git diff --git a/monitor/wrapper/plc.py b/monitor/wrapper/plc.py index 7d9af2d..f44abef 100644 --- a/monitor/wrapper/plc.py +++ b/monitor/wrapper/plc.py @@ -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