Reenable VM creation until we can get it properly dependent on disk space available 0.1.10
authorJoshua Oreman <oremanj@rwcr.net>
Mon, 18 Oct 2010 18:50:59 +0000 (14:50 -0400)
committerJoshua Oreman <oremanj@rwcr.net>
Mon, 18 Oct 2010 18:54:42 +0000 (14:54 -0400)
code/main.py
debian/changelog

index f754ca0..0edcb65 100755 (executable)
@@ -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):
index 4e22229..4841af2 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.1.10) unstable; urgency=low
+
+  * Enable VM creation by default
+
+ -- Joshua Oreman <oremanj@mit.edu>  Mon, 18 Oct 2010 14:54:21 -0400
+
 invirt-web (0.1.9) unstable; urgency=low
 
   * Adds support for disabling (conditionally) VM creation in list.mako, main.py