Merge Master in geni-v3 conflict resolution
[sfa.git] / sfa / rspecs / elements / node.py
index 7358ee0..e0f65e4 100644 (file)
@@ -1,8 +1,9 @@
 from sfa.rspecs.elements.element import Element
  
-class Node(Element):
+class NodeElement(Element):
     
     fields = [
+        'client_id',
         'component_id',
         'component_name',
         'component_manager_id',