ReCreate is NOT an anonymous call.
[nodemanager.git] / api.py
diff --git a/api.py b/api.py
index 41ab0cd..0e51ba3 100644 (file)
--- 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.