- all slice attribute type name to be changed
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 23 Oct 2006 20:37:43 +0000 (20:37 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 23 Oct 2006 20:37:43 +0000 (20:37 +0000)
PLC/Methods/UpdateSliceAttributeType.py

index 3ab869c..e863b48 100644 (file)
@@ -5,7 +5,7 @@ from PLC.SliceAttributeTypes import SliceAttributeType, SliceAttributeTypes
 from PLC.Auth import PasswordAuth
 
 can_update = lambda (field, value): field in \
-             ['description', 'min_role_id']
+             ['name', 'description', 'min_role_id']
 
 class UpdateSliceAttributeType(Method):
     """