projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Default to a NULL administrator, instead of the same as the owner
[invirt/packages/invirt-web.git]
/
code
/
controls.py
diff --git
a/code/controls.py
b/code/controls.py
index
7f5a630
..
d152627
100644
(file)
--- a/
code/controls.py
+++ b/
code/controls.py
@@
-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