X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAddSite.py;h=a37a7f0687b4e1a99d15d279e559f2790133b589;hb=2e7b23eea75847d91f079372191b9fcc822d7d8e;hp=c58f5e56d838a56ef0de95075c9404ae52678dc6;hpb=3a24db70ba35a4ffb85d5e7c761b5dbc87b93e40;p=plcapi.git diff --git a/PLC/Methods/AddSite.py b/PLC/Methods/AddSite.py index c58f5e5..a37a7f0 100644 --- a/PLC/Methods/AddSite.py +++ b/PLC/Methods/AddSite.py @@ -7,7 +7,7 @@ from PLC.Auth import Auth can_update = lambda (field, value): field in \ ['name', 'abbreviated_name', 'login_base', 'is_public', 'latitude', 'longitude', 'url', - 'max_slices', 'max_slivers'] + 'max_slices', 'max_slivers', 'enabled'] class AddSite(Method): """