can set expires upon slice creation
[plcapi.git] / PLC / Methods / AddSlice.py
index a29b41f..73f6847 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 import re
 
 from PLC.Faults import *
@@ -14,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):
     """