X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/7366db2d9f9938283c4d12a4a7a84d2b872b3898..b6ac16dfe45437378c5683777e4e20283219803a:/code/controls.py diff --git a/code/controls.py b/code/controls.py index 63221a2..ff3691c 100644 --- a/code/controls.py +++ b/code/controls.py @@ -97,7 +97,7 @@ def createVm(username, state, owner, contact, name, memory, disksize, machine_ty # put stuff in the table transaction = ctx.current.create_transaction() try: - validation.Validate(username, state, owner=owner, memory=memory, disksize=disksize/1024.) + validation.Validate(username, state, name=name, owner=owner, memory=memory, disksize=disksize/1024.) res = meta.engine.execute('select nextval(' '\'"machines_machine_id_seq"\')') id = res.fetchone()[0]