can set expires upon slice creation
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 23 Jul 2009 20:12:23 +0000 (20:12 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 23 Jul 2009 20:12:23 +0000 (20:12 +0000)
PLC/Methods/AddSlice.py

index 8dceb6f..73f6847 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']
+can_update = ['name', 'instantiation', 'url', 'description', 'max_nodes', 'expires']
 
 class AddSlice(Method):
     """