From: Thierry Parmentelat Date: Sat, 25 Jul 2009 17:16:15 +0000 (+0000) Subject: on second thought, do not allow expires to be set at slice-creation X-Git-Tag: PLCAPI-4.3-23~26 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=4aba1353fffdd69540fd93ff22a885c97151c7ea on second thought, do not allow expires to be set at slice-creation --- diff --git a/PLC/Methods/AddSlice.py b/PLC/Methods/AddSlice.py index 73f6847..8dceb6f 100644 --- a/PLC/Methods/AddSlice.py +++ b/PLC/Methods/AddSlice.py @@ -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): """