From: Joshua Oreman Date: Mon, 18 Oct 2010 18:50:59 +0000 (-0400) Subject: Reenable VM creation until we can get it properly dependent on disk space available X-Git-Tag: 0.1.10^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/refs/tags/0.1.10 Reenable VM creation until we can get it properly dependent on disk space available --- diff --git a/code/main.py b/code/main.py index f754ca0..0edcb65 100755 --- 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): diff --git a/debian/changelog b/debian/changelog index 4e22229..4841af2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-web (0.1.10) unstable; urgency=low + + * Enable VM creation by default + + -- Joshua Oreman 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