From: Mark Huang Date: Fri, 13 Oct 2006 20:19:26 +0000 (+0000) Subject: - use site_fields instead of optional_vals X-Git-Tag: pycurl-7_13_1~573 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=586f81a736dcc470137639b67b83ce61633ceb7f;p=plcapi.git - use site_fields instead of optional_vals --- diff --git a/PLC/Methods/AddSite.py b/PLC/Methods/AddSite.py index 322c356a..8a0651eb 100644 --- a/PLC/Methods/AddSite.py +++ b/PLC/Methods/AddSite.py @@ -11,7 +11,7 @@ can_update = lambda (field, value): field in \ class AddSite(Method): """ Adds a new site, and creates a node group for that site. Any - fields specified in optional_vals are used, otherwise defaults are + fields specified in site_fields are used, otherwise defaults are used. Returns the new site_id (> 0) if successful, faults otherwise.