X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FSliceAttributes.py;h=71b47e6597c29cd8f1dd7431834f756de1c1e50b;hb=b2e98f7a85d2589217303aeeff292b995aba47a8;hp=2788b72adb18dc277a4824b7e5083f1d1c273daa;hpb=e347fc823bbba9d88a3fddf07d5c21024dfd1e55;p=plcapi.git diff --git a/PLC/SliceAttributes.py b/PLC/SliceAttributes.py index 2788b72..71b47e6 100644 --- a/PLC/SliceAttributes.py +++ b/PLC/SliceAttributes.py @@ -20,8 +20,7 @@ class SliceAttribute(Row): 'name': SliceAttributeType.fields['name'], 'description': SliceAttributeType.fields['description'], 'min_role_id': SliceAttributeType.fields['min_role_id'], - # XXX Arbitrary max, make configurable - 'value': Parameter(str, "Slice attribute value", max = 254), + 'value': Parameter(str, "Slice attribute value"), } class SliceAttributes(Table):