autopep8
[sfa.git] / sfa / rspecs / elements / node.py
index 7358ee0..4f16729 100644 (file)
@@ -1,19 +1,21 @@
 from sfa.rspecs.elements.element import Element
-class Node(Element):
-    
+
+
+class NodeElement(Element):
+
     fields = [
+        'client_id',
         'component_id',
         'component_name',
         'component_manager_id',
         'client_id',
         'sliver_id',
-        'authority_id',    
+        'authority_id',
         'exclusive',
         'location',
         'bw_unallocated',
         'bw_limit',
-        'boot_state',    
+        'boot_state',
         'slivers',
         'hardware_types',
         'disk_images',
@@ -22,5 +24,3 @@ class Node(Element):
         'tags',
         'pl_initscripts',
     ]
-                
-