Merge branch 'upstreammaster'
[sfa.git] / sfa / rspecs / elements / node.py
index a2e11cd..f90fff1 100644 (file)
@@ -6,6 +6,8 @@ class Node(Element):
         'component_id': None,
         'component_name': None,
         'component_manager_id': None,
+        'client_id': None,
+        'sliver_id': None,
         'authority_id': None,    
         'exclusive': None,
         'location': None,
@@ -13,10 +15,12 @@ class Node(Element):
         'bw_limit': None,
         'boot_state': None,    
         'slivers': [],
-        'hardware_type': [],
-        'disk_image': [],
+        'hardware_types': [],
+        'disk_images': [],
         'interfaces': [],
+        'services': [],
         'tags': [],
+        'pl_initscripts': [],
     }