- remove peer_id
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 11 Jan 2007 05:39:27 +0000 (05:39 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 11 Jan 2007 05:39:27 +0000 (05:39 +0000)
PLC/SliceAttributeTypes.py

index 65ec0fa..6aa4baa 100644 (file)
@@ -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