From c6503e7df8df4ca356876ca9c34ad9de7b5099fc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Jul 2009 20:12:23 +0000 Subject: [PATCH] can set expires upon slice creation --- PLC/Methods/AddSlice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ -- 2.43.0