From: Mark Huang Date: Thu, 11 Jan 2007 05:39:27 +0000 (+0000) Subject: - remove peer_id X-Git-Tag: pycurl-7_13_1~135 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a104389499d8f96613ca6c6c126952ac9581426a;p=plcapi.git - remove peer_id --- diff --git a/PLC/SliceAttributeTypes.py b/PLC/SliceAttributeTypes.py index 65ec0fac..6aa4baa2 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