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:
ba8bfd2
)
- remove peer_id
author
Mark Huang
<mlhuang@cs.princeton.edu>
Thu, 11 Jan 2007 05:39:27 +0000
(
05:39
+0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Thu, 11 Jan 2007 05:39:27 +0000
(
05:39
+0000)
PLC/SliceAttributeTypes.py
patch
|
blob
|
history
diff --git
a/PLC/SliceAttributeTypes.py
b/PLC/SliceAttributeTypes.py
index
65ec0fa
..
6aa4baa
100644
(file)
--- a/
PLC/SliceAttributeTypes.py
+++ b/
PLC/SliceAttributeTypes.py
@@
-20,7
+20,6
@@
class SliceAttributeType(Row):
'name': Parameter(str, "Slice attribute type name", max = 100),
'description': Parameter(str, "Slice attribute type description", max = 254),
'min_role_id': Parameter(int, "Minimum (least powerful) role that can set or change this attribute"),
- 'peer_id': Parameter(int, "Peer at which this node is managed", nullok = True),
}
# for Cache