From: Eric Price Date: Wed, 10 Oct 2007 07:48:42 +0000 (-0400) Subject: Leave open the option of administrator acls. X-Git-Tag: sipb-xen-www/1~62 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/aa12e510f100d54f5448c9b88ca1ca3be369245b?hp=990ff14e4ab3f392e150ecea587bb266b6dbe2ea Leave open the option of administrator acls. svn path=/trunk/web/; revision=179 --- 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