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