X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FSliceAttributes.py;h=2788b72adb18dc277a4824b7e5083f1d1c273daa;hb=0d780375fb0caf658ff6aa343d8f90b728936180;hp=7d1283cbe8147c8a205872df75f2578017afad39;hpb=d3caf68dfe082cd1f623550ee78b259ad3b019f0;p=plcapi.git diff --git a/PLC/SliceAttributes.py b/PLC/SliceAttributes.py index 7d1283c..2788b72 100644 --- a/PLC/SliceAttributes.py +++ b/PLC/SliceAttributes.py @@ -22,7 +22,6 @@ class SliceAttribute(Row): 'min_role_id': SliceAttributeType.fields['min_role_id'], # XXX Arbitrary max, make configurable 'value': Parameter(str, "Slice attribute value", max = 254), - 'peer_id': Parameter(int, "Peer at which this node is managed", nullok = True), } class SliceAttributes(Table):