X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Frspecs%2Felements%2Fnode.py;h=4f16729569f8bb646297b1465f9ac561899b1fca;hb=04a3f20dc71bf8b3f96b1e3172623aa346a638a7;hp=7c467f4c11be044cdb2cc9826512119ee83f09d0;hpb=d4bf21b9cd5596d72d5c414444a8f3b9708366b5;p=sfa.git diff --git a/sfa/rspecs/elements/node.py b/sfa/rspecs/elements/node.py index 7c467f4c..4f167295 100644 --- a/sfa/rspecs/elements/node.py +++ b/sfa/rspecs/elements/node.py @@ -1,7 +1,8 @@ from sfa.rspecs.elements.element import Element - -class Node(Element): - + + +class NodeElement(Element): + fields = [ 'client_id', 'component_id', @@ -9,12 +10,12 @@ class Node(Element): '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', @@ -23,5 +24,3 @@ class Node(Element): 'tags', 'pl_initscripts', ] - -