From 7463b0af6cda447f9ea69f42ceaf1494b7f92083 Mon Sep 17 00:00:00 2001 From: Joshua Oreman Date: Mon, 18 Oct 2010 14:50:59 -0400 Subject: [PATCH] Reenable VM creation until we can get it properly dependent on disk space available --- code/main.py | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 1.7.9.5