X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=accounts.py;h=1b8c8a8bee10ffb56f83b212bcbd1ef36c2cc781;hb=e4ead3479b6df29e4f0e7b60e5026ec52141c65f;hp=fe0af53262954f97b85ad98b7af1a0a7c7bb8e86;hpb=792d08a41a177761f077433cd5933550d196c4b0;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