modified field names
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 7 Nov 2011 18:56:58 +0000 (13:56 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 7 Nov 2011 19:02:39 +0000 (14:02 -0500)
sfa/rspecs/elements/node.py

index a2e11cd..40cf39d 100644 (file)
@@ -6,6 +6,7 @@ class Node(Element):
         'component_id': None,
         'component_name': None,
         'component_manager_id': None,
+        'client_id': None,
         'authority_id': None,    
         'exclusive': None,
         'location': None,
@@ -13,8 +14,8 @@ class Node(Element):
         'bw_limit': None,
         'boot_state': None,    
         'slivers': [],
-        'hardware_type': [],
-        'disk_image': [],
+        'hardware_types': [],
+        'disk_images': [],
         'interfaces': [],
         'tags': [],
     }