projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
990ff14
)
Leave open the option of administrator acls.
author
Eric Price
<ecprice@mit.edu>
Wed, 10 Oct 2007 07:48:42 +0000
(
03:48
-0400)
committer
Eric Price
<ecprice@mit.edu>
Wed, 10 Oct 2007 07:48:42 +0000
(
03:48
-0400)
svn path=/trunk/web/; revision=179
templates/main.py
patch
|
blob
|
history
diff --git
a/templates/main.py
b/templates/main.py
index
74a6116
..
5e1a272
100755
(executable)
--- 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