From: Mark Huang Date: Thu, 11 Jan 2007 05:39:35 +0000 (+0000) Subject: - remove from peer caching X-Git-Tag: pycurl-7_13_1~134 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6d076341d97539c09d289dcfbced6406c255ccc3;p=plcapi.git - remove from peer caching --- diff --git a/PLC/SliceAttributes.py b/PLC/SliceAttributes.py index 7d1283cb..2788b72a 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):