- added 'ext_consortium_id' to can_update list
authorTony Mack <tmack@cs.princeton.edu>
Wed, 21 Feb 2007 21:01:57 +0000 (21:01 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 21 Feb 2007 21:01:57 +0000 (21:01 +0000)
PLC/Methods/UpdateSite.py

index b310380..e46582a 100644 (file)
@@ -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', 'enabled']
+              'max_slices', 'max_slivers', 'enabled', 'ext_consortium_id']
 
 class UpdateSite(Method):
     """