From: Evan Broder Date: Sat, 22 Nov 2008 08:28:52 +0000 (-0500) Subject: Gutsy? Why are we defaulting to Gutsy? X-Git-Tag: 0.0.14~3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/70f60ee3aa8c2416ef0b72bb89341af2975420a5 Gutsy? Why are we defaulting to Gutsy? svn path=/trunk/packages/invirt-web/; revision=1739 --- diff --git a/code/main.py b/code/main.py index 226a038..cffa809 100755 --- a/code/main.py +++ b/code/main.py @@ -201,8 +201,7 @@ def getListDict(username, state): checkpoint.checkpoint('Got max mem/disk') defaults = Defaults(max_memory=max_memory, max_disk=max_disk, - owner=username, - cdrom='gutsy-i386') + owner=username) checkpoint.checkpoint('Got defaults') def sortkey(machine): return (machine.owner != username, machine.owner, machine.name)