From: Mark Huang Date: Mon, 23 Oct 2006 20:37:43 +0000 (+0000) Subject: - all slice attribute type name to be changed X-Git-Tag: pycurl-7_13_1~476 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4a63edd2c5fcd19d8bddc7f3fc69dbaaeb1efa0d;p=plcapi.git - all slice attribute type name to be changed --- diff --git a/PLC/Methods/UpdateSliceAttributeType.py b/PLC/Methods/UpdateSliceAttributeType.py index 3ab869c5..e863b488 100644 --- a/PLC/Methods/UpdateSliceAttributeType.py +++ b/PLC/Methods/UpdateSliceAttributeType.py @@ -5,7 +5,7 @@ from PLC.SliceAttributeTypes import SliceAttributeType, SliceAttributeTypes from PLC.Auth import PasswordAuth can_update = lambda (field, value): field in \ - ['description', 'min_role_id'] + ['name', 'description', 'min_role_id'] class UpdateSliceAttributeType(Method): """