Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi into observer3.0
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 12 May 2014 18:35:05 +0000 (14:35 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 12 May 2014 18:35:05 +0000 (14:35 -0400)
Conflicts:
planetstack/observer/syncstep.py

1  2 
planetstack/core/fixtures/demo_data.json
planetstack/core/fixtures/initial_data.json
planetstack/observer/event_loop.py
planetstack/observer/syncstep.py

          "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", 
@@@ -16,10 -16,9 +16,10 @@@ from openstack.driver import OpenStackD
  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
  
Simple merge