Leave open the option of administrator acls.
[invirt/packages/invirt-web.git] / templates / main.py
index 74a6116..5e1a272 100755 (executable)
@@ -295,6 +295,7 @@ def createVm(user, name, memory, disk, is_hvm, cdrom):
         machine.name = name
         machine.memory = memory
         machine.owner = user.username
+        machine.administrator = user.username
         machine.contact = user.email
         machine.uuid = uuidToString(randomUUID())
         machine.boot_off_cd = True