X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/82e153ac0aa4f3697db9d799a42fee4fcc198826..4016733ded1999911d7e5f4df21ec66624d39c5c:/code/controls.py diff --git a/code/controls.py b/code/controls.py index 7f5a630..d152627 100644 --- a/code/controls.py +++ b/code/controls.py @@ -90,7 +90,7 @@ def createVm(username, state, owner, contact, name, description, memory, disksiz machine.description = description machine.memory = memory machine.owner = owner - machine.administrator = owner + machine.administrator = None machine.contact = contact machine.uuid = uuidToString(randomUUID()) machine.boot_off_cd = True