cached Keys
[plcapi.git] / PLC / Slices.py
index a779121..d62922f 100644 (file)
@@ -38,7 +38,6 @@ class Slice(Row):
         'slice_attribute_ids': Parameter([int], "List of slice attributes", ro = True),
         }
     # for Cache
-    class_id = 'slice_id'
     class_key = 'name'
     foreign_fields = ['instantiation', 'url', 'description',
                          'max_nodes', 'created', 'expires']