X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAddSlice.py;h=73f68474f6134df4d8ffa7c3f424009f7bfbd56b;hb=c6503e7df8df4ca356876ca9c34ad9de7b5099fc;hp=8dceb6fd1d8225335ce8baa1ce9e183d0d1f7517;hpb=c03fe0399a3d6beabd7a1685156a1884d274965b;p=plcapi.git diff --git a/PLC/Methods/AddSlice.py b/PLC/Methods/AddSlice.py index 8dceb6f..73f6847 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'] +can_update = ['name', 'instantiation', 'url', 'description', 'max_nodes', 'expires'] class AddSlice(Method): """