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
Revert punting the "moocow" password in invirt-web and
[invirt/packages/invirt-web.git]
/
code
/
controls.py
diff --git
a/code/controls.py
b/code/controls.py
index
911c41a
..
e32b1c2
100644
(file)
--- a/
code/controls.py
+++ b/
code/controls.py
@@
-105,11
+105,11
@@
def createVm(username, state, owner, contact, name, description, memory, disksiz
session.save_or_update(nic)
session.save_or_update(disk)
cache_acls.refreshMachine(machine)
+ makeDisks(machine)
session.commit()
except:
session.rollback()
raise
- makeDisks(machine)
try:
if autoinstall:
lvinstall(machine, autoinstall)