"is_admin": true,
"password": "!",
"email": "jhh@cs.arizona.edu",
- "enacted": null
+ "enacted": null,
+ "backend_status":"ok"
}
},
- {
- "pk": 16,
- "model": "core.user",
- "fields": {
- "username": "ayaka@onlab.us",
- "public_key": "",
- "updated": "2014-03-27T21:20:58.151Z",
- "is_readonly": false,
- "firstname": "Ayaka",
- "user_url": null,
- "lastname": "Koshibe",
- "created": "2014-03-27T21:20:58.151Z",
- "is_active": true,
- "site": null,
- "phone": "",
- "kuser_id": null,
- "is_staff": true,
- "last_login": "2014-03-27T21:20:57.960Z",
- "timezone": "America/New_York",
- "is_admin": true,
- "password": "pbkdf2_sha256$10000$QhTyK7jMRCya$JCPA1SbY+aNjoa2MVqu9/rOHxdKdoQSna3EuJ10x9ac=",
- "email": "ayaka@onlab.us",
- "enacted": null
- }
- },
- {
- "pk": 17,
- "model": "core.user",
- "fields": {
- "username": "amisha@onlab.us",
- "public_key": "",
- "updated": "2014-03-27T21:56:42.868Z",
- "is_readonly": false,
- "firstname": "Amisha",
- "user_url": null,
- "lastname": "Bahl",
- "created": "2014-03-27T21:56:24.661Z",
- "is_active": true,
- "site": 22,
- "phone": "",
- "kuser_id": null,
- "is_staff": true,
- "last_login": "2014-04-15T21:26:38.878Z",
- "timezone": "America/New_York",
- "is_admin": true,
- "password": "pbkdf2_sha256$10000$QL6aOPpPyvB1$qBO7ymfOSPQdM8/zoVjzAnbU0ui1uoGzdJvqK7F/F5c=",
- "email": "amisha@onlab.us",
- "enacted": null
- }
- },
{
"pk": 1,
"model": "core.serviceclass",
from util.logger import Logger, logging, logger
#from timeout import timeout
from planetstack.config import Config
- from observer.steps import *
+ #from observer.steps import *
from syncstep import SyncStep
from toposort import toposort
+from observer.error_mapper import error_mapper
debug_mode = False