X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FSliceAttributeTypes.py;h=6aa4baa280195169b4fa64cacd0d487908f6e7e6;hb=27cf5b47876b378a43b89a503d22bb1f78f6f547;hp=65ec0face473b669526a459ec2d1d96607638b79;hpb=865c7ad3dba34691309904e49cb5885e8d9cd5a1;p=plcapi.git diff --git a/PLC/SliceAttributeTypes.py b/PLC/SliceAttributeTypes.py index 65ec0fa..6aa4baa 100644 --- 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