Take the new doc out of the branch and into trunk
[nodemanager.git] / delegate.py
index 17bba7a..73a0743 100644 (file)
@@ -6,11 +6,11 @@ import tools
 
 
 class Delegate(accounts.Account):
-    SHELL = '/bin/forward_api_calls'  # tunneling shell
+    SHELL = '/usr/bin/forward_api_calls'  # tunneling shell
     TYPE = 'delegate'
 
     @staticmethod
-    def create(name):
+    def create(name, vref = None):
         add_shell(Delegate.SHELL)
         logger.log_call('/usr/sbin/useradd', '-p', '*', '-s', Delegate.SHELL, name)