X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=delegate.py;h=73a0743d57fa57fe3b1de3d5efd85aae3ad7826b;hb=6147df8093bc97e6f571bbae326c1fc994c5390f;hp=bb0942b4e94e78b28d1a935039c4f4b131ef14b7;hpb=32e450ac904ba160f6b30f8cba4603a8d5b193f8;p=nodemanager.git diff --git a/delegate.py b/delegate.py index bb0942b..73a0743 100644 --- a/delegate.py +++ b/delegate.py @@ -10,7 +10,7 @@ class Delegate(accounts.Account): 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)