on second thought, do not allow expires to be set at slice-creation
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 25 Jul 2009 17:16:15 +0000 (17:16 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 25 Jul 2009 17:16:15 +0000 (17:16 +0000)
PLC/Methods/AddSlice.py

index 73f6847..8dceb6f 100644 (file)
@@ -15,7 +15,7 @@ from PLC.SliceTags import SliceTags
 from PLC.Methods.AddSliceTag import AddSliceTag
 from PLC.Methods.UpdateSliceTag import UpdateSliceTag
 
-can_update = ['name', 'instantiation', 'url', 'description', 'max_nodes', 'expires']
+can_update = ['name', 'instantiation', 'url', 'description', 'max_nodes']
 
 class AddSlice(Method):
     """