modified field names
[sfa.git] / 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': [],
     }