From 6d076341d97539c09d289dcfbced6406c255ccc3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 11 Jan 2007 05:39:35 +0000 Subject: [PATCH] - remove from peer caching --- PLC/SliceAttributes.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.45.2