Default to a NULL administrator, instead of the same as the owner
[invirt/packages/invirt-web.git] / code / controls.py
index 7f5a630..d152627 100644 (file)
@@ -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