X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=accounts.py;h=1b8c8a8bee10ffb56f83b212bcbd1ef36c2cc781;hb=505228d9e50ce59a77f4a7f864f091e8f015df70;hp=fe0af53262954f97b85ad98b7af1a0a7c7bb8e86;hpb=07c584a2251b97a6e88e79889b06fdf786e2e5a8;p=nodemanager.git diff --git a/accounts.py b/accounts.py index fe0af53..1b8c8a8 100644 --- a/accounts.py +++ b/accounts.py @@ -67,7 +67,7 @@ class Account: self.configure(rec) @staticmethod - def create(name): abstract + def create(name, vref = None): abstract @staticmethod def destroy(name): abstract