From aa12e510f100d54f5448c9b88ca1ca3be369245b Mon Sep 17 00:00:00 2001 From: Eric Price Date: Wed, 10 Oct 2007 03:48:42 -0400 Subject: [PATCH] Leave open the option of administrator acls. svn path=/trunk/web/; revision=179 --- templates/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/main.py b/templates/main.py index 74a6116..5e1a272 100755 --- a/templates/main.py +++ b/templates/main.py @@ -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 -- 1.7.9.5