add Boot
[plcapi.git] / 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