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
Reenable VM creation until we can get it properly dependent on disk space available
[invirt/packages/invirt-web.git]
/
code
/
main.py
diff --git
a/code/main.py
b/code/main.py
index
f754ca0
..
0edcb65
100755
(executable)
--- a/
code/main.py
+++ b/
code/main.py
@@
-460,7
+460,7
@@
def getListDict(username, state):
machines=machines,
has_vnc=has_vnc,
installing=installing,
- disable_creation=True)
+ disable_creation=False)
return d
def getHostname(nic):