X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Frspecs%2Felements%2Fnode.py;h=4f16729569f8bb646297b1465f9ac561899b1fca;hp=e0f65e40990b1a9a56f16873dd692e1bfc37ff6b;hb=04a3f20dc71bf8b3f96b1e3172623aa346a638a7;hpb=c1c136b3042a24604823c6da135308b7c031c234 diff --git a/sfa/rspecs/elements/node.py b/sfa/rspecs/elements/node.py index e0f65e40..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 NodeElement(Element): - + fields = [ 'client_id', 'component_id', @@ -9,12 +10,12 @@ class NodeElement(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 NodeElement(Element): 'tags', 'pl_initscripts', ] - -