X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=api.py;h=0e51ba3cfe698617c5e74b4a883e99e9fd6b0e32;hb=009d04a8b549cc0fb628fcbb49af25c4b8b157c9;hp=41ab0cddb9d253d078619fa240bcdf702bb0826b;hpb=187bb4c3140fd0820a92d61eeda004b52403a955;p=nodemanager.git diff --git a/api.py b/api.py index 41ab0cd..0e51ba3 100644 --- a/api.py +++ b/api.py @@ -72,7 +72,7 @@ class APIRequestHandler(SimpleXMLRPCServer.SimpleXMLRPCRequestHandler): else: raise xmlrpclib.Fault(108, '%s: Permission denied.' % caller_name) # Anyone can call these functions - elif method_name not in ('ReCreate', 'Help', 'Ticket', 'GetXIDs', 'GetSSHKeys'): + elif method_name not in ('Help', 'Ticket', 'GetXIDs', 'GetSSHKeys'): # Authenticate the caller if not in the above fncts. target_name = args[0] # Gather target slice's object.