X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAddSlice.py;h=8dceb6fd1d8225335ce8baa1ce9e183d0d1f7517;hb=4aba1353fffdd69540fd93ff22a885c97151c7ea;hp=73f68474f6134df4d8ffa7c3f424009f7bfbd56b;hpb=06c665fabe62482dc1cebbe4b3a73dbbf0b6a097;p=plcapi.git 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): """