remove confusing reference to initscripts in UpdateSliceTag doc
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Jul 2009 22:18:39 +0000 (22:18 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Jul 2009 22:18:39 +0000 (22:18 +0000)
PLC/Methods/UpdateSliceTag.py

index a9fed14..b62dede 100644 (file)
@@ -24,8 +24,7 @@ class UpdateSliceTag(Method):
     accepts = [
         Auth(),
         SliceTag.fields['slice_tag_id'],
-       Mixed(SliceTag.fields['value'],
-              InitScript.fields['name'])
+       SliceTag.fields['value'],
         ]
 
     returns = Parameter(int, '1 if successful')