starting to use generic rspec elements
[sfa.git] / sfa / rspecs / elements / node.py
index 40cf39d..f90fff1 100644 (file)
@@ -7,6 +7,7 @@ class Node(Element):
         'component_name': None,
         'component_manager_id': None,
         'client_id': None,
+        'sliver_id': None,
         'authority_id': None,    
         'exclusive': None,
         'location': None,
@@ -17,7 +18,9 @@ class Node(Element):
         'hardware_types': [],
         'disk_images': [],
         'interfaces': [],
+        'services': [],
         'tags': [],
+        'pl_initscripts': [],
     }