git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
facb7fa
)
- added 'nodegroup_id' to Slice.fields
author
Tony Mack
<tmack@cs.princeton.edu>
Mon, 30 Apr 2007 18:56:02 +0000
(18:56 +0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Mon, 30 Apr 2007 18:56:02 +0000
(18:56 +0000)
PLC/SliceAttributes.py
patch
|
blob
|
history
diff --git
a/PLC/SliceAttributes.py
b/PLC/SliceAttributes.py
index
71b47e6
..
cfc0298
100644
(file)
--- a/
PLC/SliceAttributes.py
+++ b/
PLC/SliceAttributes.py
@@
-16,6
+16,7
@@
class SliceAttribute(Row):
'slice_attribute_id': Parameter(int, "Slice attribute identifier"),
'slice_id': Parameter(int, "Slice identifier"),
'node_id': Parameter(int, "Node identifier, if a sliver attribute"),
+ 'nodegroup_id': Parameter(int, "Nodegroup identifier, if a sliver attribute"),
'attribute_type_id': SliceAttributeType.fields['attribute_type_id'],
'name': SliceAttributeType.fields['name'],
'description': SliceAttributeType.fields['description'],